Shades of Eucalyptus #209F5D
Tints of Eucalyptus #209F5D
RGB
CMYK
RGB Variations
Color information
#209F5D (or 0x209F5D) is known color: Eucalyptus. HEX triplet: 20, 9F and 5D. RGB value is (32,159,93). Sum of RGB (Red+Green+Blue) = 32+159+93=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 159 (62.5% from 255 or 55.99% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 159 - color contains mainly: green. Hex color #209F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F5D is #DF60A2. Grayscale: #717171. Windows color (decimal): -14639267 or 6135584. OLE color: 6135584.
HSL color Cylindrical-coordinate representation of color #209F5D: hue angle of 148.82º 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 #209F5D is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 93 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.38 |
| HSL | 148.82º | 0.66% | 0.37% | - |
| HSV(B) | 148.82º | 0.8% | 0.62% | - |
| XYZ | 14.97 | 25.89 | 14.56 | - |
| YUV | 113.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 93 | 0.80 | 0 | 0.42 | 0.38 | 148.82 | 0.66 | 0.37 |
| Hex | 20 | 9F | 5D | 50 | 0 | 2A | 26 | 95 | 42 | 25 |
| Octal | 40 | 237 | 135 | 120 | 0 | 52 | 46 | 225 | 102 | 45 |
| Binary | 100000 | 10011111 | 1011101 | 1010000 | 0 | 101010 | 100110 | 10010101 | 1000010 | 100101 |
Color Harmonies of #209F5D
Complementary color
Monochromatic Colors of #209F5D
Black with #209F5D
Text Example
Text Example
White with #209F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F5D; }
p { color: rgb(32,159,93); }
H1.HeaderClassName
{
color: #209F5D;
}
.AnyTagClassName
{
color: #209F5D;
}
</style>
background-color css
<style>
a { background-color: #209F5D; }
a { background-color: rgb(32,159,93); }
div.DivClassName
{
background-color: #209F5D;
}
.BgClassName
{
background-color: #209F5D;
}
</style>
border-color css
<style>
span { border-color: #209F5D; }
span { border-color: rgb(32,159,93); }
td.TdClassName
{
border-color: #209F5D;
}
.TagClassName
{
border-color: #209F5D;
}
</style>