Shades of Eucalyptus #209F52
Tints of Eucalyptus #209F52
RGB
CMYK
RGB Variations
Color information
#209F52 (or 0x209F52) is known color: Eucalyptus. HEX triplet: 20, 9F and 52. RGB value is (32,159,82). Sum of RGB (Red+Green+Blue) = 32+159+82=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #209F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F52 is #DF60AD. Grayscale: #707070. Windows color (decimal): -14639278 or 5414688. OLE color: 5414688.
HSL color Cylindrical-coordinate representation of color #209F52: hue angle of 143.62º 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 #209F52 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 82 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.38 |
| HSL | 143.62º | 0.66% | 0.37% | - |
| HSV(B) | 143.62º | 0.8% | 0.62% | - |
| XYZ | 14.52 | 25.71 | 12.18 | - |
| YUV | 112.25 | 110.92 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 82 | 0.80 | 0 | 0.48 | 0.38 | 143.62 | 0.66 | 0.37 |
| Hex | 20 | 9F | 52 | 50 | 0 | 30 | 26 | 90 | 42 | 25 |
| Octal | 40 | 237 | 122 | 120 | 0 | 60 | 46 | 220 | 102 | 45 |
| Binary | 100000 | 10011111 | 1010010 | 1010000 | 0 | 110000 | 100110 | 10010000 | 1000010 | 100101 |
Color Harmonies of #209F52
Complementary color
Monochromatic Colors of #209F52
Black with #209F52
Text Example
Text Example
White with #209F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F52; }
p { color: rgb(32,159,82); }
H1.HeaderClassName
{
color: #209F52;
}
.AnyTagClassName
{
color: #209F52;
}
</style>
background-color css
<style>
a { background-color: #209F52; }
a { background-color: rgb(32,159,82); }
div.DivClassName
{
background-color: #209F52;
}
.BgClassName
{
background-color: #209F52;
}
</style>
border-color css
<style>
span { border-color: #209F52; }
span { border-color: rgb(32,159,82); }
td.TdClassName
{
border-color: #209F52;
}
.TagClassName
{
border-color: #209F52;
}
</style>