#24965F

Color #24965F Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #24965F

Tints of Eucalyptus #24965F

Color information

#24965F (or 0x24965F) is unknown color: approx Eucalyptus. HEX triplet: 24, 96 and 5F. RGB value is (36,150,95). Sum of RGB (Red+Green+Blue) = 36+150+95=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #24965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24965F is #DB69A0. Grayscale: #6D6D6D. Windows color (decimal): -14379425 or 6264356. OLE color: 6264356.

HSL color Cylindrical-coordinate representation of color #24965F: hue angle of 151.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24965F is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB3615095-
CMYK0.7600.370.41
HSL151.05º61.29%36.47%-
HSV(B)151.05º76%58.82%-
XYZ13.723.0114.55-
YUV109.64119.7375.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 150 (58.98% from 255) = 53.38%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=12.81%
G=53.38%
B=33.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36150950.7600.370.41151.0561.2936.47
Hex24965F4C02529973d24
Octal44226137114045512277544
Binary1001001001011010111111001100010010110100110010111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24965F; }

 p { color: rgb(36,150,95); }

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

<style>
 a { background-color: #24965F; }

 a { background-color: rgb(36,150,95); }

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

<style>
 span { border-color: #24965F; }

 span { border-color: rgb(36,150,95); }

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