Shades of Eucalyptus #2DAA58
Tints of Eucalyptus #2DAA58
RGB
CMYK
RGB Variations
Color information
#2DAA58 (or 0x2DAA58) is known color: Eucalyptus. HEX triplet: 2D, AA and 58. RGB value is (45,170,88). Sum of RGB (Red+Green+Blue) = 45+170+88=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA58 is #D255A7. Grayscale: #7B7B7B. Windows color (decimal): -13784488 or 5810733. OLE color: 5810733.
HSL color Cylindrical-coordinate representation of color #2DAA58: hue angle of 140.64º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA58 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 88 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.33 |
| HSL | 140.64º | 0.58% | 0.42% | - |
| HSV(B) | 140.64º | 0.74% | 0.67% | - |
| XYZ | 17.22 | 30.01 | 14.12 | - |
| YUV | 123.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 88 | 0.74 | 0 | 0.48 | 0.33 | 140.64 | 0.58 | 0.42 |
| Hex | 2D | AA | 58 | 4A | 0 | 30 | 21 | 8D | 3A | 2A |
| Octal | 55 | 252 | 130 | 112 | 0 | 60 | 41 | 215 | 72 | 52 |
| Binary | 101101 | 10101010 | 1011000 | 1001010 | 0 | 110000 | 100001 | 10001101 | 111010 | 101010 |
Color Harmonies of #2DAA58
Complementary color
Monochromatic Colors of #2DAA58
Black with #2DAA58
Text Example
Text Example
White with #2DAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA58; }
p { color: rgb(45,170,88); }
H1.HeaderClassName
{
color: #2DAA58;
}
.AnyTagClassName
{
color: #2DAA58;
}
</style>
background-color css
<style>
a { background-color: #2DAA58; }
a { background-color: rgb(45,170,88); }
div.DivClassName
{
background-color: #2DAA58;
}
.BgClassName
{
background-color: #2DAA58;
}
</style>
border-color css
<style>
span { border-color: #2DAA58; }
span { border-color: rgb(45,170,88); }
td.TdClassName
{
border-color: #2DAA58;
}
.TagClassName
{
border-color: #2DAA58;
}
</style>