Shades of Eucalyptus #209F60
Tints of Eucalyptus #209F60
RGB
CMYK
RGB Variations
Color information
#209F60 (or 0x209F60) is known color: Eucalyptus. HEX triplet: 20, 9F and 60. RGB value is (32,159,96). Sum of RGB (Red+Green+Blue) = 32+159+96=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #209F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F60 is #DF609F. Grayscale: #717171. Windows color (decimal): -14639264 or 6332192. OLE color: 6332192.
HSL color Cylindrical-coordinate representation of color #209F60: hue angle of 150.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F60 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 96 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.38 |
| HSL | 150.24º | 0.66% | 0.37% | - |
| HSV(B) | 150.24º | 0.8% | 0.62% | - |
| XYZ | 15.11 | 25.95 | 15.28 | - |
| YUV | 113.85 | 117.92 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 96 | 0.80 | 0 | 0.40 | 0.38 | 150.24 | 0.66 | 0.37 |
| Hex | 20 | 9F | 60 | 50 | 0 | 28 | 26 | 96 | 42 | 25 |
| Octal | 40 | 237 | 140 | 120 | 0 | 50 | 46 | 226 | 102 | 45 |
| Binary | 100000 | 10011111 | 1100000 | 1010000 | 0 | 101000 | 100110 | 10010110 | 1000010 | 100101 |
Color Harmonies of #209F60
Complementary color
Monochromatic Colors of #209F60
Black with #209F60
Text Example
Text Example
White with #209F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F60; }
p { color: rgb(32,159,96); }
H1.HeaderClassName
{
color: #209F60;
}
.AnyTagClassName
{
color: #209F60;
}
</style>
background-color css
<style>
a { background-color: #209F60; }
a { background-color: rgb(32,159,96); }
div.DivClassName
{
background-color: #209F60;
}
.BgClassName
{
background-color: #209F60;
}
</style>
border-color css
<style>
span { border-color: #209F60; }
span { border-color: rgb(32,159,96); }
td.TdClassName
{
border-color: #209F60;
}
.TagClassName
{
border-color: #209F60;
}
</style>