Shades of Eucalyptus #209C5F
Tints of Eucalyptus #209C5F
RGB
CMYK
RGB Variations
Color information
#209C5F (or 0x209C5F) is known color: Eucalyptus. HEX triplet: 20, 9C and 5F. RGB value is (32,156,95). Sum of RGB (Red+Green+Blue) = 32+156+95=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #209C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C5F is #DF63A0. Grayscale: #707070. Windows color (decimal): -14640033 or 6265888. OLE color: 6265888.
HSL color Cylindrical-coordinate representation of color #209C5F: hue angle of 150.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209C5F is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 156 | 95 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.39 |
| HSL | 150.48º | 0.66% | 0.37% | - |
| HSV(B) | 150.48º | 0.79% | 0.61% | - |
| XYZ | 14.55 | 24.91 | 14.87 | - |
| YUV | 111.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 95 | 0.79 | 0 | 0.39 | 0.39 | 150.48 | 0.66 | 0.37 |
| Hex | 20 | 9C | 5F | 4F | 0 | 27 | 27 | 96 | 42 | 25 |
| Octal | 40 | 234 | 137 | 117 | 0 | 47 | 47 | 226 | 102 | 45 |
| Binary | 100000 | 10011100 | 1011111 | 1001111 | 0 | 100111 | 100111 | 10010110 | 1000010 | 100101 |
Color Harmonies of #209C5F
Complementary color
Monochromatic Colors of #209C5F
Black with #209C5F
Text Example
Text Example
White with #209C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209C5F; }
p { color: rgb(32,156,95); }
H1.HeaderClassName
{
color: #209C5F;
}
.AnyTagClassName
{
color: #209C5F;
}
</style>
background-color css
<style>
a { background-color: #209C5F; }
a { background-color: rgb(32,156,95); }
div.DivClassName
{
background-color: #209C5F;
}
.BgClassName
{
background-color: #209C5F;
}
</style>
border-color css
<style>
span { border-color: #209C5F; }
span { border-color: rgb(32,156,95); }
td.TdClassName
{
border-color: #209C5F;
}
.TagClassName
{
border-color: #209C5F;
}
</style>