Shades of Chateau Green #2DA24A
Tints of Chateau Green #2DA24A
RGB
CMYK
RGB Variations
Color information
#2DA24A (or 0x2DA24A) is known color: Chateau Green. HEX triplet: 2D, A2 and 4A. RGB value is (45,162,74). Sum of RGB (Red+Green+Blue) = 45+162+74=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA24A is #D25DB5. Grayscale: #757575. Windows color (decimal): -13786550 or 4891181. OLE color: 4891181.
HSL color Cylindrical-coordinate representation of color #2DA24A: hue angle of 134.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA24A is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 74 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.36 |
| HSL | 134.87º | 0.57% | 0.41% | - |
| HSV(B) | 134.87º | 0.72% | 0.64% | - |
| XYZ | 15.24 | 26.89 | 10.87 | - |
| YUV | 116.99 | 103.74 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 74 | 0.72 | 0 | 0.54 | 0.36 | 134.87 | 0.57 | 0.41 |
| Hex | 2D | A2 | 4A | 48 | 0 | 36 | 24 | 87 | 39 | 29 |
| Octal | 55 | 242 | 112 | 110 | 0 | 66 | 44 | 207 | 71 | 51 |
| Binary | 101101 | 10100010 | 1001010 | 1001000 | 0 | 110110 | 100100 | 10000111 | 111001 | 101001 |
Color Harmonies of #2DA24A
Complementary color
Monochromatic Colors of #2DA24A
Black with #2DA24A
Text Example
Text Example
White with #2DA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA24A; }
p { color: rgb(45,162,74); }
H1.HeaderClassName
{
color: #2DA24A;
}
.AnyTagClassName
{
color: #2DA24A;
}
</style>
background-color css
<style>
a { background-color: #2DA24A; }
a { background-color: rgb(45,162,74); }
div.DivClassName
{
background-color: #2DA24A;
}
.BgClassName
{
background-color: #2DA24A;
}
</style>
border-color css
<style>
span { border-color: #2DA24A; }
span { border-color: rgb(45,162,74); }
td.TdClassName
{
border-color: #2DA24A;
}
.TagClassName
{
border-color: #2DA24A;
}
</style>