Html Css Color HEX #24985C Eucalyptus

📋 copy color: '#24985C'

red 36 ◦ green 152 ◦ blue 92

#24985C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #24985C

Tints of Eucalyptus #24985C

RGB

 RED value IS 36 (14.45% from 255) = 12.86%

 GREEN value IS 152 (59.77% from 255) = 54.29%

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 12.86%
G = 54.29%
B = 32.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#24985C (or 0x24985C) is known color: Eucalyptus. HEX triplet: 24, 98 and 5C. RGB value is (36,152,92). Sum of RGB (Red+Green+Blue) = 36+152+92=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #24985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24985C is #DB67A3. Grayscale: #6E6E6E. Windows color (decimal): -14378916 or 6068260. OLE color: 6068260.

HSL color Cylindrical-coordinate representation of color #24985C: hue angle of 148.97º 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 #24985C is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 152 92 -
CMYK 0.76 0 0.39 0.40
HSL 148.97º 0.62% 0.37% -
HSV(B) 148.97º 0.76% 0.6% -
XYZ 13.89 23.6 13.95 -
YUV 110.48 117.57 74.88 -
System Red Green Blue C M Y K H S L
Decimal 36 152 92 0.76 0 0.39 0.40 148.97 0.62 0.37
Hex 24 98 5C 4C 0 27 28 95 3E 25
Octal 44 230 134 114 0 47 50 225 76 45
Binary 100100 10011000 1011100 1001100 0 100111 101000 10010101 111110 100101

Color Harmonies of #24985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24985C

Black with #24985C

Text Example


Text Example

White with #24985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24985C;
 }
 .AnyTagClassName
 {
   color: #24985C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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