Html Css Color HEX #24985E Eucalyptus

📋 copy color: '#24985E'

red 36 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #24985E

Tints of Eucalyptus #24985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 12.77%
G = 53.9%
B = 33.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#24985E (or 0x24985E) is known color: Eucalyptus. HEX triplet: 24, 98 and 5E. RGB value is (36,152,94). Sum of RGB (Red+Green+Blue) = 36+152+94=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #24985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24985E is #DB67A1. Grayscale: #6E6E6E. Windows color (decimal): -14378914 or 6199332. OLE color: 6199332.

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

Color convert

RGB 36 152 94 -
CMYK 0.76 0 0.38 0.40
HSL 150º 0.62% 0.37% -
HSV(B) 150º 0.76% 0.6% -
XYZ 13.98 23.64 14.42 -
YUV 110.7 118.57 74.72 -
System Red Green Blue C M Y K H S L
Decimal 36 152 94 0.76 0 0.38 0.40 150 0.62 0.37
Hex 24 98 5E 4C 0 26 28 96 3E 25
Octal 44 230 136 114 0 46 50 226 76 45
Binary 100100 10011000 1011110 1001100 0 100110 101000 10010110 111110 100101

Color Harmonies of #24985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24985E

Black with #24985E

Text Example


Text Example

White with #24985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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