Html Css Color HEX #249A79 Jungle Green

📋 copy color: '#249A79'

red 36 ◦ green 154 ◦ blue 121

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

Shades of Jungle Green #249A79

Tints of Jungle Green #249A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.91%

R = 11.58%
G = 49.52%
B = 38.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#249A79 (or 0x249A79) is known color: Jungle Green. HEX triplet: 24, 9A and 79. RGB value is (36,154,121). Sum of RGB (Red+Green+Blue) = 36+154+121=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #249A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A79 is #DB6586. Grayscale: #727272. Windows color (decimal): -14378375 or 7969316. OLE color: 7969316.

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

Color convert

RGB 36 154 121 -
CMYK 0.77 0 0.21 0.40
HSL 163.22º 0.62% 0.37% -
HSV(B) 163.22º 0.77% 0.6% -
XYZ 15.73 24.87 22.06 -
YUV 114.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 36 154 121 0.77 0 0.21 0.40 163.22 0.62 0.37
Hex 24 9A 79 4D 0 15 28 A3 3E 25
Octal 44 232 171 115 0 25 50 243 76 45
Binary 100100 10011010 1111001 1001101 0 10101 101000 10100011 111110 100101

Color Harmonies of #249A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A79

Black with #249A79

Text Example


Text Example

White with #249A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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