Shades of Chateau Green #2DAA51
Tints of Chateau Green #2DAA51
RGB
CMYK
RGB Variations
Color information
#2DAA51 (or 0x2DAA51) is known color: Chateau Green. HEX triplet: 2D, AA and 51. RGB value is (45,170,81). Sum of RGB (Red+Green+Blue) = 45+170+81=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA51 is #D255AE. Grayscale: #7A7A7A. Windows color (decimal): -13784495 or 5351981. OLE color: 5351981.
HSL color Cylindrical-coordinate representation of color #2DAA51: hue angle of 137.28º 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 #2DAA51 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 81 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.33 |
| HSL | 137.28º | 0.58% | 0.42% | - |
| HSV(B) | 137.28º | 0.74% | 0.67% | - |
| XYZ | 16.94 | 29.9 | 12.66 | - |
| YUV | 122.48 | 104.59 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 81 | 0.74 | 0 | 0.52 | 0.33 | 137.28 | 0.58 | 0.42 |
| Hex | 2D | AA | 51 | 4A | 0 | 34 | 21 | 89 | 3A | 2A |
| Octal | 55 | 252 | 121 | 112 | 0 | 64 | 41 | 211 | 72 | 52 |
| Binary | 101101 | 10101010 | 1010001 | 1001010 | 0 | 110100 | 100001 | 10001001 | 111010 | 101010 |
Color Harmonies of #2DAA51
Complementary color
Monochromatic Colors of #2DAA51
Black with #2DAA51
Text Example
Text Example
White with #2DAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA51; }
p { color: rgb(45,170,81); }
H1.HeaderClassName
{
color: #2DAA51;
}
.AnyTagClassName
{
color: #2DAA51;
}
</style>
background-color css
<style>
a { background-color: #2DAA51; }
a { background-color: rgb(45,170,81); }
div.DivClassName
{
background-color: #2DAA51;
}
.BgClassName
{
background-color: #2DAA51;
}
</style>
border-color css
<style>
span { border-color: #2DAA51; }
span { border-color: rgb(45,170,81); }
td.TdClassName
{
border-color: #2DAA51;
}
.TagClassName
{
border-color: #2DAA51;
}
</style>