Shades of Eucalyptus #2DA761
Tints of Eucalyptus #2DA761
RGB
CMYK
RGB Variations
Color information
#2DA761 (or 0x2DA761) is known color: Eucalyptus. HEX triplet: 2D, A7 and 61. RGB value is (45,167,97). Sum of RGB (Red+Green+Blue) = 45+167+97=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA761 is #D2589E. Grayscale: #7A7A7A. Windows color (decimal): -13785247 or 6399789. OLE color: 6399789.
HSL color Cylindrical-coordinate representation of color #2DA761: hue angle of 145.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA761 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 97 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.35 |
| HSL | 145.57º | 0.58% | 0.42% | - |
| HSV(B) | 145.57º | 0.73% | 0.65% | - |
| XYZ | 17.06 | 29.06 | 16.02 | - |
| YUV | 122.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 97 | 0.73 | 0 | 0.42 | 0.35 | 145.57 | 0.58 | 0.42 |
| Hex | 2D | A7 | 61 | 49 | 0 | 2A | 23 | 92 | 3A | 2A |
| Octal | 55 | 247 | 141 | 111 | 0 | 52 | 43 | 222 | 72 | 52 |
| Binary | 101101 | 10100111 | 1100001 | 1001001 | 0 | 101010 | 100011 | 10010010 | 111010 | 101010 |
Color Harmonies of #2DA761
Complementary color
Monochromatic Colors of #2DA761
Black with #2DA761
Text Example
Text Example
White with #2DA761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA761; }
p { color: rgb(45,167,97); }
H1.HeaderClassName
{
color: #2DA761;
}
.AnyTagClassName
{
color: #2DA761;
}
</style>
background-color css
<style>
a { background-color: #2DA761; }
a { background-color: rgb(45,167,97); }
div.DivClassName
{
background-color: #2DA761;
}
.BgClassName
{
background-color: #2DA761;
}
</style>
border-color css
<style>
span { border-color: #2DA761; }
span { border-color: rgb(45,167,97); }
td.TdClassName
{
border-color: #2DA761;
}
.TagClassName
{
border-color: #2DA761;
}
</style>