Shades of Chateau Green #2DA245
Tints of Chateau Green #2DA245
RGB
CMYK
RGB Variations
Color information
#2DA245 (or 0x2DA245) is known color: Chateau Green. HEX triplet: 2D, A2 and 45. RGB value is (45,162,69). Sum of RGB (Red+Green+Blue) = 45+162+69=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA245 is #D25DBA. Grayscale: #747474. Windows color (decimal): -13786555 or 4563501. OLE color: 4563501.
HSL color Cylindrical-coordinate representation of color #2DA245: hue angle of 132.31º 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 #2DA245 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 69 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.36 |
| HSL | 132.31º | 0.57% | 0.41% | - |
| HSV(B) | 132.31º | 0.72% | 0.64% | - |
| XYZ | 15.08 | 26.83 | 10.01 | - |
| YUV | 116.42 | 101.24 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 69 | 0.72 | 0 | 0.57 | 0.36 | 132.31 | 0.57 | 0.41 |
| Hex | 2D | A2 | 45 | 48 | 0 | 39 | 24 | 84 | 39 | 29 |
| Octal | 55 | 242 | 105 | 110 | 0 | 71 | 44 | 204 | 71 | 51 |
| Binary | 101101 | 10100010 | 1000101 | 1001000 | 0 | 111001 | 100100 | 10000100 | 111001 | 101001 |
Color Harmonies of #2DA245
Complementary color
Monochromatic Colors of #2DA245
Black with #2DA245
Text Example
Text Example
White with #2DA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA245; }
p { color: rgb(45,162,69); }
H1.HeaderClassName
{
color: #2DA245;
}
.AnyTagClassName
{
color: #2DA245;
}
</style>
background-color css
<style>
a { background-color: #2DA245; }
a { background-color: rgb(45,162,69); }
div.DivClassName
{
background-color: #2DA245;
}
.BgClassName
{
background-color: #2DA245;
}
</style>
border-color css
<style>
span { border-color: #2DA245; }
span { border-color: rgb(45,162,69); }
td.TdClassName
{
border-color: #2DA245;
}
.TagClassName
{
border-color: #2DA245;
}
</style>