#249B78

Color #249B78 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #249B78

Tints of Jungle Green #249B78

Color information

#249B78 (or 0x249B78) is unknown color: approx Jungle Green. HEX triplet: 24, 9B and 78. RGB value is (36,155,120). Sum of RGB (Red+Green+Blue) = 36+155+120=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #249B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B78 is #DB6487. Grayscale: #737373. Windows color (decimal): -14378120 or 7904036. OLE color: 7904036.

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

Color convert

RGB36155120-
CMYK0.7700.230.39
HSL162.35º62.3%37.45%-
HSV(B)162.35º76.77%60.78%-
XYZ15.8425.1721.79-
YUV115.43130.5871.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=11.58%
G=49.84%
B=38.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361551200.7700.230.39162.3562.337.45
Hex249B784D01727a23e25
Octal44233170115027472427645
Binary100100100110111111000100110101011110011110100010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,155,120); }

 H1.HeaderClassName
 {
   color: #249B78;
 }
 .AnyTagClassName
 {
   color: #249B78;
 }
</style>
background-color css

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

 a { background-color: rgb(36,155,120); }

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

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

 span { border-color: rgb(36,155,120); }

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