Shades of Eucalyptus #209F54
Tints of Eucalyptus #209F54
RGB
CMYK
RGB Variations
Color information
#209F54 (or 0x209F54) is known color: Eucalyptus. HEX triplet: 20, 9F and 54. RGB value is (32,159,84). Sum of RGB (Red+Green+Blue) = 32+159+84=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #209F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F54 is #DF60AB. Grayscale: #707070. Windows color (decimal): -14639276 or 5545760. OLE color: 5545760.
HSL color Cylindrical-coordinate representation of color #209F54: hue angle of 144.57º 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 #209F54 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 84 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.38 |
| HSL | 144.57º | 0.66% | 0.37% | - |
| HSV(B) | 144.57º | 0.8% | 0.62% | - |
| XYZ | 14.59 | 25.74 | 12.59 | - |
| YUV | 112.48 | 111.92 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 84 | 0.80 | 0 | 0.47 | 0.38 | 144.57 | 0.66 | 0.37 |
| Hex | 20 | 9F | 54 | 50 | 0 | 2F | 26 | 91 | 42 | 25 |
| Octal | 40 | 237 | 124 | 120 | 0 | 57 | 46 | 221 | 102 | 45 |
| Binary | 100000 | 10011111 | 1010100 | 1010000 | 0 | 101111 | 100110 | 10010001 | 1000010 | 100101 |
Color Harmonies of #209F54
Complementary color
Monochromatic Colors of #209F54
Black with #209F54
Text Example
Text Example
White with #209F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F54; }
p { color: rgb(32,159,84); }
H1.HeaderClassName
{
color: #209F54;
}
.AnyTagClassName
{
color: #209F54;
}
</style>
background-color css
<style>
a { background-color: #209F54; }
a { background-color: rgb(32,159,84); }
div.DivClassName
{
background-color: #209F54;
}
.BgClassName
{
background-color: #209F54;
}
</style>
border-color css
<style>
span { border-color: #209F54; }
span { border-color: rgb(32,159,84); }
td.TdClassName
{
border-color: #209F54;
}
.TagClassName
{
border-color: #209F54;
}
</style>