#24B386

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

Shades of Jungle Green #24B386

Tints of Jungle Green #24B386

Color information

#24B386 (or 0x24B386) is unknown color: approx Jungle Green. HEX triplet: 24, B3 and 86. RGB value is (36,179,134). Sum of RGB (Red+Green+Blue) = 36+179+134=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #24B386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B386 is #DB4C79. Grayscale: #838383. Windows color (decimal): -14371962 or 8827684. OLE color: 8827684.

HSL color Cylindrical-coordinate representation of color #24B386: hue angle of 161.12º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B386 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB36179134-
CMYK0.8000.250.30
HSL161.12º66.51%42.16%-
HSV(B)161.12º79.89%70.2%-
XYZ21.1534.3428.07-
YUV131.11129.6260.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.32%
GREEN value IS 179 (70.31% from 255) = 51.29%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=10.32%
G=51.29%
B=38.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal361791340.8000.250.30161.1266.5142.16
Hex24B386500191Ea1432a
Octal442632061200313624110352
Binary1001001011001110000110101000001100111110101000011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24B386; }

 p { color: rgb(36,179,134); }

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

<style>
 a { background-color: #24B386; }

 a { background-color: rgb(36,179,134); }

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

<style>
 span { border-color: #24B386; }

 span { border-color: rgb(36,179,134); }

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