Shades of Eucalyptus #209E61
Tints of Eucalyptus #209E61
RGB
CMYK
RGB Variations
Color information
#209E61 (or 0x209E61) is known color: Eucalyptus. HEX triplet: 20, 9E and 61. RGB value is (32,158,97). Sum of RGB (Red+Green+Blue) = 32+158+97=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #209E61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209E61 is #DF619E. Grayscale: #717171. Windows color (decimal): -14639519 or 6397472. OLE color: 6397472.
HSL color Cylindrical-coordinate representation of color #209E61: hue angle of 150.95º 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 #209E61 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 158 | 97 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.38 |
| HSL | 150.95º | 0.66% | 0.37% | - |
| HSV(B) | 150.95º | 0.8% | 0.62% | - |
| XYZ | 14.98 | 25.62 | 15.47 | - |
| YUV | 113.37 | 118.76 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 158 | 97 | 0.80 | 0 | 0.39 | 0.38 | 150.95 | 0.66 | 0.37 |
| Hex | 20 | 9E | 61 | 50 | 0 | 27 | 26 | 97 | 42 | 25 |
| Octal | 40 | 236 | 141 | 120 | 0 | 47 | 46 | 227 | 102 | 45 |
| Binary | 100000 | 10011110 | 1100001 | 1010000 | 0 | 100111 | 100110 | 10010111 | 1000010 | 100101 |
Color Harmonies of #209E61
Complementary color
Monochromatic Colors of #209E61
Black with #209E61
Text Example
Text Example
White with #209E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209E61; }
p { color: rgb(32,158,97); }
H1.HeaderClassName
{
color: #209E61;
}
.AnyTagClassName
{
color: #209E61;
}
</style>
background-color css
<style>
a { background-color: #209E61; }
a { background-color: rgb(32,158,97); }
div.DivClassName
{
background-color: #209E61;
}
.BgClassName
{
background-color: #209E61;
}
</style>
border-color css
<style>
span { border-color: #209E61; }
span { border-color: rgb(32,158,97); }
td.TdClassName
{
border-color: #209E61;
}
.TagClassName
{
border-color: #209E61;
}
</style>