Shades of Eucalyptus #209B5F
Tints of Eucalyptus #209B5F
RGB
CMYK
RGB Variations
Color information
#209B5F (or 0x209B5F) is known color: Eucalyptus. HEX triplet: 20, 9B and 5F. RGB value is (32,155,95). Sum of RGB (Red+Green+Blue) = 32+155+95=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #209B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209B5F is #DF64A0. Grayscale: #6F6F6F. Windows color (decimal): -14640289 or 6265632. OLE color: 6265632.
HSL color Cylindrical-coordinate representation of color #209B5F: hue angle of 150.73º 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 #209B5F is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 95 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.39 |
| HSL | 150.73º | 0.66% | 0.37% | - |
| HSV(B) | 150.73º | 0.79% | 0.61% | - |
| XYZ | 14.38 | 24.58 | 14.81 | - |
| YUV | 111.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 95 | 0.79 | 0 | 0.39 | 0.39 | 150.73 | 0.66 | 0.37 |
| Hex | 20 | 9B | 5F | 4F | 0 | 27 | 27 | 97 | 42 | 25 |
| Octal | 40 | 233 | 137 | 117 | 0 | 47 | 47 | 227 | 102 | 45 |
| Binary | 100000 | 10011011 | 1011111 | 1001111 | 0 | 100111 | 100111 | 10010111 | 1000010 | 100101 |
Color Harmonies of #209B5F
Complementary color
Monochromatic Colors of #209B5F
Black with #209B5F
Text Example
Text Example
White with #209B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B5F; }
p { color: rgb(32,155,95); }
H1.HeaderClassName
{
color: #209B5F;
}
.AnyTagClassName
{
color: #209B5F;
}
</style>
background-color css
<style>
a { background-color: #209B5F; }
a { background-color: rgb(32,155,95); }
div.DivClassName
{
background-color: #209B5F;
}
.BgClassName
{
background-color: #209B5F;
}
</style>
border-color css
<style>
span { border-color: #209B5F; }
span { border-color: rgb(32,155,95); }
td.TdClassName
{
border-color: #209B5F;
}
.TagClassName
{
border-color: #209B5F;
}
</style>