Shades of Eucalyptus #20955F
Tints of Eucalyptus #20955F
RGB
CMYK
RGB Variations
Color information
#20955F (or 0x20955F) is known color: Eucalyptus. HEX triplet: 20, 95 and 5F. RGB value is (32,149,95). Sum of RGB (Red+Green+Blue) = 32+149+95=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #20955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20955F is #DF6AA0. Grayscale: #6B6B6B. Windows color (decimal): -14641825 or 6264096. OLE color: 6264096.
HSL color Cylindrical-coordinate representation of color #20955F: hue angle of 152.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20955F is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 95 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.42 |
| HSL | 152.31º | 0.65% | 0.35% | - |
| HSV(B) | 152.31º | 0.79% | 0.58% | - |
| XYZ | 13.41 | 22.63 | 14.49 | - |
| YUV | 107.86 | 120.74 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 95 | 0.79 | 0 | 0.36 | 0.42 | 152.31 | 0.65 | 0.35 |
| Hex | 20 | 95 | 5F | 4F | 0 | 24 | 2A | 98 | 41 | 23 |
| Octal | 40 | 225 | 137 | 117 | 0 | 44 | 52 | 230 | 101 | 43 |
| Binary | 100000 | 10010101 | 1011111 | 1001111 | 0 | 100100 | 101010 | 10011000 | 1000001 | 100011 |
Color Harmonies of #20955F
Complementary color
Monochromatic Colors of #20955F
Black with #20955F
Text Example
Text Example
White with #20955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20955F; }
p { color: rgb(32,149,95); }
H1.HeaderClassName
{
color: #20955F;
}
.AnyTagClassName
{
color: #20955F;
}
</style>
background-color css
<style>
a { background-color: #20955F; }
a { background-color: rgb(32,149,95); }
div.DivClassName
{
background-color: #20955F;
}
.BgClassName
{
background-color: #20955F;
}
</style>
border-color css
<style>
span { border-color: #20955F; }
span { border-color: rgb(32,149,95); }
td.TdClassName
{
border-color: #20955F;
}
.TagClassName
{
border-color: #20955F;
}
</style>