Shades of Eucalyptus #2DAA57
Tints of Eucalyptus #2DAA57
RGB
CMYK
RGB Variations
Color information
#2DAA57 (or 0x2DAA57) is known color: Eucalyptus. HEX triplet: 2D, AA and 57. RGB value is (45,170,87). Sum of RGB (Red+Green+Blue) = 45+170+87=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA57 is #D255A8. Grayscale: #7B7B7B. Windows color (decimal): -13784489 or 5745197. OLE color: 5745197.
HSL color Cylindrical-coordinate representation of color #2DAA57: hue angle of 140.16º 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 #2DAA57 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 87 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.33 |
| HSL | 140.16º | 0.58% | 0.42% | - |
| HSV(B) | 140.16º | 0.74% | 0.67% | - |
| XYZ | 17.18 | 30 | 13.9 | - |
| YUV | 123.16 | 107.59 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 87 | 0.74 | 0 | 0.49 | 0.33 | 140.16 | 0.58 | 0.42 |
| Hex | 2D | AA | 57 | 4A | 0 | 31 | 21 | 8C | 3A | 2A |
| Octal | 55 | 252 | 127 | 112 | 0 | 61 | 41 | 214 | 72 | 52 |
| Binary | 101101 | 10101010 | 1010111 | 1001010 | 0 | 110001 | 100001 | 10001100 | 111010 | 101010 |
Color Harmonies of #2DAA57
Complementary color
Monochromatic Colors of #2DAA57
Black with #2DAA57
Text Example
Text Example
White with #2DAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA57; }
p { color: rgb(45,170,87); }
H1.HeaderClassName
{
color: #2DAA57;
}
.AnyTagClassName
{
color: #2DAA57;
}
</style>
background-color css
<style>
a { background-color: #2DAA57; }
a { background-color: rgb(45,170,87); }
div.DivClassName
{
background-color: #2DAA57;
}
.BgClassName
{
background-color: #2DAA57;
}
</style>
border-color css
<style>
span { border-color: #2DAA57; }
span { border-color: rgb(45,170,87); }
td.TdClassName
{
border-color: #2DAA57;
}
.TagClassName
{
border-color: #2DAA57;
}
</style>