Shades of Eucalyptus #2DAB5A
Tints of Eucalyptus #2DAB5A
RGB
CMYK
RGB Variations
Color information
#2DAB5A (or 0x2DAB5A) is known color: Eucalyptus. HEX triplet: 2D, AB and 5A. RGB value is (45,171,90). Sum of RGB (Red+Green+Blue) = 45+171+90=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAB5A is #D254A5. Grayscale: #7C7C7C. Windows color (decimal): -13784230 or 5942061. OLE color: 5942061.
HSL color Cylindrical-coordinate representation of color #2DAB5A: hue angle of 141.43º 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 #2DAB5A is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 90 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.33 |
| HSL | 141.43º | 0.58% | 0.42% | - |
| HSV(B) | 141.43º | 0.74% | 0.67% | - |
| XYZ | 17.49 | 30.42 | 14.62 | - |
| YUV | 124.09 | 108.76 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 90 | 0.74 | 0 | 0.47 | 0.33 | 141.43 | 0.58 | 0.42 |
| Hex | 2D | AB | 5A | 4A | 0 | 2F | 21 | 8D | 3A | 2A |
| Octal | 55 | 253 | 132 | 112 | 0 | 57 | 41 | 215 | 72 | 52 |
| Binary | 101101 | 10101011 | 1011010 | 1001010 | 0 | 101111 | 100001 | 10001101 | 111010 | 101010 |
Color Harmonies of #2DAB5A
Complementary color
Monochromatic Colors of #2DAB5A
Black with #2DAB5A
Text Example
Text Example
White with #2DAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB5A; }
p { color: rgb(45,171,90); }
H1.HeaderClassName
{
color: #2DAB5A;
}
.AnyTagClassName
{
color: #2DAB5A;
}
</style>
background-color css
<style>
a { background-color: #2DAB5A; }
a { background-color: rgb(45,171,90); }
div.DivClassName
{
background-color: #2DAB5A;
}
.BgClassName
{
background-color: #2DAB5A;
}
</style>
border-color css
<style>
span { border-color: #2DAB5A; }
span { border-color: rgb(45,171,90); }
td.TdClassName
{
border-color: #2DAB5A;
}
.TagClassName
{
border-color: #2DAB5A;
}
</style>