Shades of Chateau Green #2DA54D
Tints of Chateau Green #2DA54D
RGB
CMYK
RGB Variations
Color information
#2DA54D (or 0x2DA54D) is known color: Chateau Green. HEX triplet: 2D, A5 and 4D. RGB value is (45,165,77). Sum of RGB (Red+Green+Blue) = 45+165+77=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA54D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA54D is #D25AB2. Grayscale: #777777. Windows color (decimal): -13785779 or 5088557. OLE color: 5088557.
HSL color Cylindrical-coordinate representation of color #2DA54D: hue angle of 136º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA54D is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 165 | 77 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.35 |
| HSL | 136º | 0.57% | 0.41% | - |
| HSV(B) | 136º | 0.73% | 0.65% | - |
| XYZ | 15.88 | 28 | 11.59 | - |
| YUV | 119.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 165 | 77 | 0.73 | 0 | 0.53 | 0.35 | 136 | 0.57 | 0.41 |
| Hex | 2D | A5 | 4D | 49 | 0 | 35 | 23 | 88 | 39 | 29 |
| Octal | 55 | 245 | 115 | 111 | 0 | 65 | 43 | 210 | 71 | 51 |
| Binary | 101101 | 10100101 | 1001101 | 1001001 | 0 | 110101 | 100011 | 10001000 | 111001 | 101001 |
Color Harmonies of #2DA54D
Complementary color
Monochromatic Colors of #2DA54D
Black with #2DA54D
Text Example
Text Example
White with #2DA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA54D; }
p { color: rgb(45,165,77); }
H1.HeaderClassName
{
color: #2DA54D;
}
.AnyTagClassName
{
color: #2DA54D;
}
</style>
background-color css
<style>
a { background-color: #2DA54D; }
a { background-color: rgb(45,165,77); }
div.DivClassName
{
background-color: #2DA54D;
}
.BgClassName
{
background-color: #2DA54D;
}
</style>
border-color css
<style>
span { border-color: #2DA54D; }
span { border-color: rgb(45,165,77); }
td.TdClassName
{
border-color: #2DA54D;
}
.TagClassName
{
border-color: #2DA54D;
}
</style>