Shades of Eucalyptus #2C9D52
Tints of Eucalyptus #2C9D52
RGB
CMYK
RGB Variations
Color information
#2C9D52 (or 0x2C9D52) is known color: Eucalyptus. HEX triplet: 2C, 9D and 52. RGB value is (44,157,82). Sum of RGB (Red+Green+Blue) = 44+157+82=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9D52 is #D362AD. Grayscale: #727272. Windows color (decimal): -13853358 or 5414188. OLE color: 5414188.
HSL color Cylindrical-coordinate representation of color #2C9D52: hue angle of 140.18º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D52 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 157 | 82 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.38 |
| HSL | 140.18º | 0.56% | 0.39% | - |
| HSV(B) | 140.18º | 0.72% | 0.62% | - |
| XYZ | 14.62 | 25.26 | 12.09 | - |
| YUV | 114.66 | 109.56 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 157 | 82 | 0.72 | 0 | 0.48 | 0.38 | 140.18 | 0.56 | 0.39 |
| Hex | 2C | 9D | 52 | 48 | 0 | 30 | 26 | 8C | 38 | 27 |
| Octal | 54 | 235 | 122 | 110 | 0 | 60 | 46 | 214 | 70 | 47 |
| Binary | 101100 | 10011101 | 1010010 | 1001000 | 0 | 110000 | 100110 | 10001100 | 111000 | 100111 |
Color Harmonies of #2C9D52
Complementary color
Monochromatic Colors of #2C9D52
Black with #2C9D52
Text Example
Text Example
White with #2C9D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9D52; }
p { color: rgb(44,157,82); }
H1.HeaderClassName
{
color: #2C9D52;
}
.AnyTagClassName
{
color: #2C9D52;
}
</style>
background-color css
<style>
a { background-color: #2C9D52; }
a { background-color: rgb(44,157,82); }
div.DivClassName
{
background-color: #2C9D52;
}
.BgClassName
{
background-color: #2C9D52;
}
</style>
border-color css
<style>
span { border-color: #2C9D52; }
span { border-color: rgb(44,157,82); }
td.TdClassName
{
border-color: #2C9D52;
}
.TagClassName
{
border-color: #2C9D52;
}
</style>