Shades of Eucalyptus #209F67
Tints of Eucalyptus #209F67
RGB
CMYK
RGB Variations
Color information
#209F67 (or 0x209F67) is known color: Eucalyptus. HEX triplet: 20, 9F and 67. RGB value is (32,159,103). Sum of RGB (Red+Green+Blue) = 32+159+103=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #209F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F67 is #DF6098. Grayscale: #727272. Windows color (decimal): -14639257 or 6790944. OLE color: 6790944.
HSL color Cylindrical-coordinate representation of color #209F67: hue angle of 153.54º 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 #209F67 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 103 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.38 |
| HSL | 153.54º | 0.66% | 0.37% | - |
| HSV(B) | 153.54º | 0.8% | 0.62% | - |
| XYZ | 15.44 | 26.08 | 17.05 | - |
| YUV | 114.64 | 121.42 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 103 | 0.80 | 0 | 0.35 | 0.38 | 153.54 | 0.66 | 0.37 |
| Hex | 20 | 9F | 67 | 50 | 0 | 23 | 26 | 9A | 42 | 25 |
| Octal | 40 | 237 | 147 | 120 | 0 | 43 | 46 | 232 | 102 | 45 |
| Binary | 100000 | 10011111 | 1100111 | 1010000 | 0 | 100011 | 100110 | 10011010 | 1000010 | 100101 |
Color Harmonies of #209F67
Complementary color
Monochromatic Colors of #209F67
Black with #209F67
Text Example
Text Example
White with #209F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F67; }
p { color: rgb(32,159,103); }
H1.HeaderClassName
{
color: #209F67;
}
.AnyTagClassName
{
color: #209F67;
}
</style>
background-color css
<style>
a { background-color: #209F67; }
a { background-color: rgb(32,159,103); }
div.DivClassName
{
background-color: #209F67;
}
.BgClassName
{
background-color: #209F67;
}
</style>
border-color css
<style>
span { border-color: #209F67; }
span { border-color: rgb(32,159,103); }
td.TdClassName
{
border-color: #209F67;
}
.TagClassName
{
border-color: #209F67;
}
</style>