#24985B

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

Shades of Eucalyptus #24985B

Tints of Eucalyptus #24985B

Color information

#24985B (or 0x24985B) is unknown color: approx Eucalyptus. HEX triplet: 24, 98 and 5B. RGB value is (36,152,91). Sum of RGB (Red+Green+Blue) = 36+152+91=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #24985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24985B is #DB67A4. Grayscale: #6E6E6E. Windows color (decimal): -14378917 or 6002724. OLE color: 6002724.

HSL color Cylindrical-coordinate representation of color #24985B: hue angle of 148.45º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24985B is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB3615291-
CMYK0.7600.400.40
HSL148.45º61.7%36.86%-
HSV(B)148.45º76.32%59.61%-
XYZ13.8423.5913.72-
YUV110.36117.0774.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 152 (59.77% from 255) = 54.48%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=12.90%
G=54.48%
B=32.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36152910.7600.400.40148.4561.736.86
Hex24985B4C02828943e25
Octal44230133114050502247645
Binary1001001001100010110111001100010100010100010010100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24985B; }

 p { color: rgb(36,152,91); }

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

<style>
 a { background-color: #24985B; }

 a { background-color: rgb(36,152,91); }

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

<style>
 span { border-color: #24985B; }

 span { border-color: rgb(36,152,91); }

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