Shades of Eucalyptus #20975F
Tints of Eucalyptus #20975F
RGB
CMYK
RGB Variations
Color information
#20975F (or 0x20975F) is known color: Eucalyptus. HEX triplet: 20, 97 and 5F. RGB value is (32,151,95). Sum of RGB (Red+Green+Blue) = 32+151+95=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #20975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20975F is #DF68A0. Grayscale: #6D6D6D. Windows color (decimal): -14641313 or 6264608. OLE color: 6264608.
HSL color Cylindrical-coordinate representation of color #20975F: hue angle of 151.76º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20975F is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 95 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.41 |
| HSL | 151.76º | 0.65% | 0.36% | - |
| HSV(B) | 151.76º | 0.79% | 0.59% | - |
| XYZ | 13.73 | 23.27 | 14.59 | - |
| YUV | 109.04 | 120.08 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 95 | 0.79 | 0 | 0.37 | 0.41 | 151.76 | 0.65 | 0.36 |
| Hex | 20 | 97 | 5F | 4F | 0 | 25 | 29 | 98 | 41 | 24 |
| Octal | 40 | 227 | 137 | 117 | 0 | 45 | 51 | 230 | 101 | 44 |
| Binary | 100000 | 10010111 | 1011111 | 1001111 | 0 | 100101 | 101001 | 10011000 | 1000001 | 100100 |
Color Harmonies of #20975F
Complementary color
Monochromatic Colors of #20975F
Black with #20975F
Text Example
Text Example
White with #20975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20975F; }
p { color: rgb(32,151,95); }
H1.HeaderClassName
{
color: #20975F;
}
.AnyTagClassName
{
color: #20975F;
}
</style>
background-color css
<style>
a { background-color: #20975F; }
a { background-color: rgb(32,151,95); }
div.DivClassName
{
background-color: #20975F;
}
.BgClassName
{
background-color: #20975F;
}
</style>
border-color css
<style>
span { border-color: #20975F; }
span { border-color: rgb(32,151,95); }
td.TdClassName
{
border-color: #20975F;
}
.TagClassName
{
border-color: #20975F;
}
</style>