Shades of Eucalyptus #209D67
Tints of Eucalyptus #209D67
RGB
CMYK
RGB Variations
Color information
#209D67 (or 0x209D67) is known color: Eucalyptus. HEX triplet: 20, 9D and 67. RGB value is (32,157,103). Sum of RGB (Red+Green+Blue) = 32+157+103=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #209D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D67 is #DF6298. Grayscale: #717171. Windows color (decimal): -14639769 or 6790432. OLE color: 6790432.
HSL color Cylindrical-coordinate representation of color #209D67: hue angle of 154.08º 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 #209D67 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 157 | 103 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.38 |
| HSL | 154.08º | 0.66% | 0.37% | - |
| HSV(B) | 154.08º | 0.8% | 0.62% | - |
| XYZ | 15.1 | 25.4 | 16.94 | - |
| YUV | 113.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 103 | 0.80 | 0 | 0.34 | 0.38 | 154.08 | 0.66 | 0.37 |
| Hex | 20 | 9D | 67 | 50 | 0 | 22 | 26 | 9A | 42 | 25 |
| Octal | 40 | 235 | 147 | 120 | 0 | 42 | 46 | 232 | 102 | 45 |
| Binary | 100000 | 10011101 | 1100111 | 1010000 | 0 | 100010 | 100110 | 10011010 | 1000010 | 100101 |
Color Harmonies of #209D67
Complementary color
Monochromatic Colors of #209D67
Black with #209D67
Text Example
Text Example
White with #209D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209D67; }
p { color: rgb(32,157,103); }
H1.HeaderClassName
{
color: #209D67;
}
.AnyTagClassName
{
color: #209D67;
}
</style>
background-color css
<style>
a { background-color: #209D67; }
a { background-color: rgb(32,157,103); }
div.DivClassName
{
background-color: #209D67;
}
.BgClassName
{
background-color: #209D67;
}
</style>
border-color css
<style>
span { border-color: #209D67; }
span { border-color: rgb(32,157,103); }
td.TdClassName
{
border-color: #209D67;
}
.TagClassName
{
border-color: #209D67;
}
</style>