Shades of Eucalyptus #2DAC5D
Tints of Eucalyptus #2DAC5D
RGB
CMYK
RGB Variations
Color information
#2DAC5D (or 0x2DAC5D) is known color: Eucalyptus. HEX triplet: 2D, AC and 5D. RGB value is (45,172,93). Sum of RGB (Red+Green+Blue) = 45+172+93=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC5D is #D253A2. Grayscale: #7D7D7D. Windows color (decimal): -13783971 or 6138925. OLE color: 6138925.
HSL color Cylindrical-coordinate representation of color #2DAC5D: hue angle of 142.68º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC5D is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 93 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.33 |
| HSL | 142.68º | 0.59% | 0.43% | - |
| HSV(B) | 142.68º | 0.74% | 0.67% | - |
| XYZ | 17.81 | 30.85 | 15.37 | - |
| YUV | 125.02 | 109.92 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 93 | 0.74 | 0 | 0.46 | 0.33 | 142.68 | 0.59 | 0.43 |
| Hex | 2D | AC | 5D | 4A | 0 | 2E | 21 | 8F | 3B | 2B |
| Octal | 55 | 254 | 135 | 112 | 0 | 56 | 41 | 217 | 73 | 53 |
| Binary | 101101 | 10101100 | 1011101 | 1001010 | 0 | 101110 | 100001 | 10001111 | 111011 | 101011 |
Color Harmonies of #2DAC5D
Complementary color
Monochromatic Colors of #2DAC5D
Black with #2DAC5D
Text Example
Text Example
White with #2DAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC5D; }
p { color: rgb(45,172,93); }
H1.HeaderClassName
{
color: #2DAC5D;
}
.AnyTagClassName
{
color: #2DAC5D;
}
</style>
background-color css
<style>
a { background-color: #2DAC5D; }
a { background-color: rgb(45,172,93); }
div.DivClassName
{
background-color: #2DAC5D;
}
.BgClassName
{
background-color: #2DAC5D;
}
</style>
border-color css
<style>
span { border-color: #2DAC5D; }
span { border-color: rgb(45,172,93); }
td.TdClassName
{
border-color: #2DAC5D;
}
.TagClassName
{
border-color: #2DAC5D;
}
</style>