Shades of Eucalyptus #2DAA61
Tints of Eucalyptus #2DAA61
RGB
CMYK
RGB Variations
Color information
#2DAA61 (or 0x2DAA61) is known color: Eucalyptus. HEX triplet: 2D, AA and 61. RGB value is (45,170,97). Sum of RGB (Red+Green+Blue) = 45+170+97=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA61 is #D2559E. Grayscale: #7C7C7C. Windows color (decimal): -13784479 or 6400557. OLE color: 6400557.
HSL color Cylindrical-coordinate representation of color #2DAA61: hue angle of 144.96º 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 #2DAA61 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 97 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.33 |
| HSL | 144.96º | 0.58% | 0.42% | - |
| HSV(B) | 144.96º | 0.74% | 0.67% | - |
| XYZ | 17.61 | 30.17 | 16.2 | - |
| YUV | 124.3 | 112.59 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 97 | 0.74 | 0 | 0.43 | 0.33 | 144.96 | 0.58 | 0.42 |
| Hex | 2D | AA | 61 | 4A | 0 | 2B | 21 | 91 | 3A | 2A |
| Octal | 55 | 252 | 141 | 112 | 0 | 53 | 41 | 221 | 72 | 52 |
| Binary | 101101 | 10101010 | 1100001 | 1001010 | 0 | 101011 | 100001 | 10010001 | 111010 | 101010 |
Color Harmonies of #2DAA61
Complementary color
Monochromatic Colors of #2DAA61
Black with #2DAA61
Text Example
Text Example
White with #2DAA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA61; }
p { color: rgb(45,170,97); }
H1.HeaderClassName
{
color: #2DAA61;
}
.AnyTagClassName
{
color: #2DAA61;
}
</style>
background-color css
<style>
a { background-color: #2DAA61; }
a { background-color: rgb(45,170,97); }
div.DivClassName
{
background-color: #2DAA61;
}
.BgClassName
{
background-color: #2DAA61;
}
</style>
border-color css
<style>
span { border-color: #2DAA61; }
span { border-color: rgb(45,170,97); }
td.TdClassName
{
border-color: #2DAA61;
}
.TagClassName
{
border-color: #2DAA61;
}
</style>