Shades of Eucalyptus #219D5F
Tints of Eucalyptus #219D5F
RGB
CMYK
RGB Variations
Color information
#219D5F (or 0x219D5F) is known color: Eucalyptus. HEX triplet: 21, 9D and 5F. RGB value is (33,157,95). Sum of RGB (Red+Green+Blue) = 33+157+95=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #219D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D5F is #DE62A0. Grayscale: #707070. Windows color (decimal): -14574241 or 6266145. OLE color: 6266145.
HSL color Cylindrical-coordinate representation of color #219D5F: hue angle of 150º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219D5F is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 157 | 95 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.38 |
| HSL | 150º | 0.65% | 0.37% | - |
| HSV(B) | 150º | 0.79% | 0.62% | - |
| XYZ | 14.75 | 25.26 | 14.93 | - |
| YUV | 112.86 | 117.92 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 95 | 0.79 | 0 | 0.39 | 0.38 | 150 | 0.65 | 0.37 |
| Hex | 21 | 9D | 5F | 4F | 0 | 27 | 26 | 96 | 41 | 25 |
| Octal | 41 | 235 | 137 | 117 | 0 | 47 | 46 | 226 | 101 | 45 |
| Binary | 100001 | 10011101 | 1011111 | 1001111 | 0 | 100111 | 100110 | 10010110 | 1000001 | 100101 |
Color Harmonies of #219D5F
Complementary color
Monochromatic Colors of #219D5F
Black with #219D5F
Text Example
Text Example
White with #219D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219D5F; }
p { color: rgb(33,157,95); }
H1.HeaderClassName
{
color: #219D5F;
}
.AnyTagClassName
{
color: #219D5F;
}
</style>
background-color css
<style>
a { background-color: #219D5F; }
a { background-color: rgb(33,157,95); }
div.DivClassName
{
background-color: #219D5F;
}
.BgClassName
{
background-color: #219D5F;
}
</style>
border-color css
<style>
span { border-color: #219D5F; }
span { border-color: rgb(33,157,95); }
td.TdClassName
{
border-color: #219D5F;
}
.TagClassName
{
border-color: #219D5F;
}
</style>