Html Css Color HEX #249F77 Jungle Green

📋 copy color: '#249F77'

red 36 ◦ green 159 ◦ blue 119

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

Shades of Jungle Green #249F77

Tints of Jungle Green #249F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.64%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 11.46%
G = 50.64%
B = 37.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#249F77 (or 0x249F77) is known color: Jungle Green. HEX triplet: 24, 9F and 77. RGB value is (36,159,119). Sum of RGB (Red+Green+Blue) = 36+159+119=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #249F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F77 is #DB6088. Grayscale: #757575. Windows color (decimal): -14377097 or 7839524. OLE color: 7839524.

HSL color Cylindrical-coordinate representation of color #249F77: hue angle of 160.49º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F77 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 159 119 -
CMYK 0.77 0 0.25 0.38
HSL 160.49º 0.63% 0.38% -
HSV(B) 160.49º 0.77% 0.62% -
XYZ 16.46 26.5 21.7 -
YUV 117.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 36 159 119 0.77 0 0.25 0.38 160.49 0.63 0.38
Hex 24 9F 77 4D 0 19 26 A0 3F 26
Octal 44 237 167 115 0 31 46 240 77 46
Binary 100100 10011111 1110111 1001101 0 11001 100110 10100000 111111 100110

Color Harmonies of #249F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249F77

Black with #249F77

Text Example


Text Example

White with #249F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,159,119); }

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

background-color css

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

 a { background-color: rgb(36,159,119); }

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

border-color css

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

 span { border-color: rgb(36,159,119); }

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