#249E78

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

Shades of Jungle Green #249E78

Tints of Jungle Green #249E78

Color information

#249E78 (or 0x249E78) is unknown color: approx Jungle Green. HEX triplet: 24, 9E and 78. RGB value is (36,158,120). Sum of RGB (Red+Green+Blue) = 36+158+120=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #249E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249E78 is #DB6187. Grayscale: #757575. Windows color (decimal): -14377352 or 7904804. OLE color: 7904804.

HSL color Cylindrical-coordinate representation of color #249E78: hue angle of 161.31º 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 #249E78 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB36158120-
CMYK0.7700.240.38
HSL161.31º62.89%38.04%-
HSV(B)161.31º77.22%61.96%-
XYZ16.3426.1821.96-
YUV117.19129.5870.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.46%
GREEN value IS 158 (62.11% from 255) = 50.32%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=11.46%
G=50.32%
B=38.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361581200.7700.240.38161.3162.8938.04
Hex249E784D01826a13f26
Octal44236170115030462417746
Binary100100100111101111000100110101100010011010100001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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