Shades of Chateau Green #2DA446
Tints of Chateau Green #2DA446
RGB
CMYK
RGB Variations
Color information
#2DA446 (or 0x2DA446) is known color: Chateau Green. HEX triplet: 2D, A4 and 46. RGB value is (45,164,70). Sum of RGB (Red+Green+Blue) = 45+164+70=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA446 is #D25BB9. Grayscale: #757575. Windows color (decimal): -13786042 or 4629549. OLE color: 4629549.
HSL color Cylindrical-coordinate representation of color #2DA446: hue angle of 132.61º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA446 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 70 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.36 |
| HSL | 132.61º | 0.57% | 0.41% | - |
| HSV(B) | 132.61º | 0.73% | 0.64% | - |
| XYZ | 15.46 | 27.55 | 10.3 | - |
| YUV | 117.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 70 | 0.73 | 0 | 0.57 | 0.36 | 132.61 | 0.57 | 0.41 |
| Hex | 2D | A4 | 46 | 49 | 0 | 39 | 24 | 85 | 39 | 29 |
| Octal | 55 | 244 | 106 | 111 | 0 | 71 | 44 | 205 | 71 | 51 |
| Binary | 101101 | 10100100 | 1000110 | 1001001 | 0 | 111001 | 100100 | 10000101 | 111001 | 101001 |
Color Harmonies of #2DA446
Complementary color
Monochromatic Colors of #2DA446
Black with #2DA446
Text Example
Text Example
White with #2DA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA446; }
p { color: rgb(45,164,70); }
H1.HeaderClassName
{
color: #2DA446;
}
.AnyTagClassName
{
color: #2DA446;
}
</style>
background-color css
<style>
a { background-color: #2DA446; }
a { background-color: rgb(45,164,70); }
div.DivClassName
{
background-color: #2DA446;
}
.BgClassName
{
background-color: #2DA446;
}
</style>
border-color css
<style>
span { border-color: #2DA446; }
span { border-color: rgb(45,164,70); }
td.TdClassName
{
border-color: #2DA446;
}
.TagClassName
{
border-color: #2DA446;
}
</style>