COLOR #024D24

HEX: #024D24
RGB: (2,77,36)

Color info

#024D24 contains mainly green and blue colors. Web safe color of #024D24 is #003333 (or #033).

RGB color model

#024D24 color RGB value is (2,77,36).

  • red value is 2;
  • green value is 77;
  • blue value is 36.
RGB:
(2,77,36)
(1%,30%,14%)

RGB channels and saturation

R 2 of 255 = 1%
G 77 of 255 = 30%
B 36 of 255 = 14%

2
77
36

R + G + B ~ 15%. #024D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 77 + 36 = 115 (100%)
R 2 of 115 ~ 1.74%
G 77 of 115 ~ 66.96%
B 36 of 115 ~ 31.3%

%66.96
%31.3

CMYK color model

#024D24 color CMYK value is (97,0,53,70).

  • cyan value is 97.40%
  • magenta value is 0.00%
  • yellow value is 53.25%
  • key color value is 69.80%
CMYK:
(97,0,53,70)
C97M0Y53K70 
(97%,0%,53%,70%)
(0.97/0.00/0.53/0.70)	

CMYK percentages

%97.4
%0
%53.25
%69.8

Codes

Color #024D24 in popluar color models

024D24
RGB27736
HSL147°94.94%15.49%
HSB/HSV147°97.40%30.20%
CMYK97.40%0.00%53.25%
69.80%

Color #024D24 in popluar number systems.

HEX024D24
Decimal27736
Binary101001101100100
Octal211544

Shades and tints

Shades of #024D24

#024D24
(2,77,36)
#024621
(2,70,33)
#023F1E
(2,63,30)
#02381B
(2,56,27)
#023118
(2,49,24)
#022A15
(2,42,21)
#022312
(2,35,18)
#021C0F
(2,28,15)
#02150C
(2,21,12)
#020E09
(2,14,9)
#020706
(2,7,6)
#000000
(0,0,0)

Tints of #024D24

#024D24
(2,77,36)
#195D37
(25,93,55)
#306D4A
(48,109,74)
#477D5D
(71,125,93)
#5E8D70
(94,141,112)
#759D83
(117,157,131)
#8CAD96
(140,173,150)
#A3BDA9
(163,189,169)
#BACDBC
(186,205,188)
#D1DDCF
(209,221,207)
#E8EDE2
(232,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024D24 color. Also use rgb(2,77,36) instead hex code.

Text Font Color

.myTextColor { color: #024D24; }

<p style="color:#024D24">This sample text font color is #024D24.</p>

This text font color is #024D24.


Background Color

.myBgColor { background-color: #024D24; }

<div style="background-color:#024D24">Inner text</div>

This div background color is #024D24.


Border color

.myBorderColor { border: 1px solid #024D24; }

<div style="border:3px solid #024D24">Div</div>

This div border color is #024D24.


Opacity

.myOpacity80 { color: #024D24; opacity: 0.8; }

<p style="color:#024D24;opacity:0.8;">80%</p>

Text with #024D24 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #024D24;}

<p style="text-shadow: 3px 3px 1px #024D24">Text here.</p>

This text has shadow with #024D24 color.

.textShadow {text-shadow: 3px 3px 1px #024D24, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #024D24, 5px 5px 20px red">Text here.</p>

This text has shadow with #024D24 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#024D24, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#024D24, Direction=45, Strength=4)">Text</p>

This text has shadow with #024D24 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #024D24;
  -webkit-box-shadow:	1px 1px 3px 2px #024D24;
  box-shadow:		1px 1px 3px 2px #024D24;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #024D24;
-webkit-box-shadow: 1px 1px 3px 2px #024D24;
box-shadow:1px 1px 3px 2px #024D24;">
Div content here</div>
This div box has shadow with color #024D24.

Preview

Color preview on black background

This text has color #024D24 on black background.


Color preview on white background

This text has color #024D24 on white background.



Black color preview on #024D24 background

This text has black color on #024D24 background.


White color preview on #024D24 background

This text has white color on #024D24 background.