Html Css Color HEX #249A14 Forest Green

📋 copy color: '#249A14'

red 36 ◦ green 154 ◦ blue 20

#249A14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #249A14

Tints of Forest Green #249A14

RGB

 RED value IS 36 (14.45% from 255) = 17.14%

 GREEN value IS 154 (60.55% from 255) = 73.33%

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 17.14%
G = 73.33%
B = 9.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#249A14 (or 0x249A14) is known color: Forest Green. HEX triplet: 24, 9A and 14. RGB value is (36,154,20). Sum of RGB (Red+Green+Blue) = 36+154+20=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 154 (60.55% from 255 or 73.33% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 154 - color contains mainly: green. Hex color #249A14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #249A14 is #DB65EB. Grayscale: #676767. Windows color (decimal): -14378476 or 1350180. OLE color: 1350180.

HSL color Cylindrical-coordinate representation of color #249A14: hue angle of 112.84º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #249A14 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 154 20 -
CMYK 0.77 0 0.87 0.40
HSL 112.84º 0.77% 0.34% -
HSV(B) 112.84º 0.87% 0.6% -
XYZ 12.41 23.54 4.55 -
YUV 103.44 80.91 79.9 -
System Red Green Blue C M Y K H S L
Decimal 36 154 20 0.77 0 0.87 0.40 112.84 0.77 0.34
Hex 24 9A 14 4D 0 57 28 71 4D 22
Octal 44 232 24 115 0 127 50 161 115 42
Binary 100100 10011010 10100 1001101 0 1010111 101000 1110001 1001101 100010

Color Harmonies of #249A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A14

Black with #249A14

Text Example


Text Example

White with #249A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249A14; }

 p { color: rgb(36,154,20); }

 H1.HeaderClassName
 {
   color: #249A14;
 }
 .AnyTagClassName
 {
   color: #249A14;
 }
</style>

background-color css

<style>
 a { background-color: #249A14; }

 a { background-color: rgb(36,154,20); }

 div.DivClassName
 {
   background-color: #249A14;
 }
 .BgClassName
 {
   background-color: #249A14;
 }
</style>

border-color css

<style>
 span { border-color: #249A14; }

 span { border-color: rgb(36,154,20); }

 td.TdClassName
 {
   border-color: #249A14;
 }
 .TagClassName
 {
   border-color: #249A14;
 }
</style>