Shades of Chateau Green #2DA341
Tints of Chateau Green #2DA341
RGB
CMYK
RGB Variations
Color information
#2DA341 (or 0x2DA341) is known color: Chateau Green. HEX triplet: 2D, A3 and 41. RGB value is (45,163,65). Sum of RGB (Red+Green+Blue) = 45+163+65=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA341 is #D25CBE. Grayscale: #747474. Windows color (decimal): -13786303 or 4301613. OLE color: 4301613.
HSL color Cylindrical-coordinate representation of color #2DA341: hue angle of 130.17º 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 #2DA341 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 65 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.36 |
| HSL | 130.17º | 0.57% | 0.41% | - |
| HSV(B) | 130.17º | 0.72% | 0.64% | - |
| XYZ | 15.13 | 27.13 | 9.44 | - |
| YUV | 116.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 65 | 0.72 | 0 | 0.60 | 0.36 | 130.17 | 0.57 | 0.41 |
| Hex | 2D | A3 | 41 | 48 | 0 | 3C | 24 | 82 | 39 | 29 |
| Octal | 55 | 243 | 101 | 110 | 0 | 74 | 44 | 202 | 71 | 51 |
| Binary | 101101 | 10100011 | 1000001 | 1001000 | 0 | 111100 | 100100 | 10000010 | 111001 | 101001 |
Color Harmonies of #2DA341
Complementary color
Monochromatic Colors of #2DA341
Black with #2DA341
Text Example
Text Example
White with #2DA341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA341; }
p { color: rgb(45,163,65); }
H1.HeaderClassName
{
color: #2DA341;
}
.AnyTagClassName
{
color: #2DA341;
}
</style>
background-color css
<style>
a { background-color: #2DA341; }
a { background-color: rgb(45,163,65); }
div.DivClassName
{
background-color: #2DA341;
}
.BgClassName
{
background-color: #2DA341;
}
</style>
border-color css
<style>
span { border-color: #2DA341; }
span { border-color: rgb(45,163,65); }
td.TdClassName
{
border-color: #2DA341;
}
.TagClassName
{
border-color: #2DA341;
}
</style>