Shades of Chateau Green #2DA443
Tints of Chateau Green #2DA443
RGB
CMYK
RGB Variations
Color information
#2DA443 (or 0x2DA443) is known color: Chateau Green. HEX triplet: 2D, A4 and 43. RGB value is (45,164,67). Sum of RGB (Red+Green+Blue) = 45+164+67=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA443 is #D25BBC. Grayscale: #757575. Windows color (decimal): -13786045 or 4432941. OLE color: 4432941.
HSL color Cylindrical-coordinate representation of color #2DA443: hue angle of 131.09º 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 #2DA443 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 67 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.36 |
| HSL | 131.09º | 0.57% | 0.41% | - |
| HSV(B) | 131.09º | 0.73% | 0.64% | - |
| XYZ | 15.37 | 27.51 | 9.81 | - |
| YUV | 117.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 67 | 0.73 | 0 | 0.59 | 0.36 | 131.09 | 0.57 | 0.41 |
| Hex | 2D | A4 | 43 | 49 | 0 | 3B | 24 | 83 | 39 | 29 |
| Octal | 55 | 244 | 103 | 111 | 0 | 73 | 44 | 203 | 71 | 51 |
| Binary | 101101 | 10100100 | 1000011 | 1001001 | 0 | 111011 | 100100 | 10000011 | 111001 | 101001 |
Color Harmonies of #2DA443
Complementary color
Monochromatic Colors of #2DA443
Black with #2DA443
Text Example
Text Example
White with #2DA443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA443; }
p { color: rgb(45,164,67); }
H1.HeaderClassName
{
color: #2DA443;
}
.AnyTagClassName
{
color: #2DA443;
}
</style>
background-color css
<style>
a { background-color: #2DA443; }
a { background-color: rgb(45,164,67); }
div.DivClassName
{
background-color: #2DA443;
}
.BgClassName
{
background-color: #2DA443;
}
</style>
border-color css
<style>
span { border-color: #2DA443; }
span { border-color: rgb(45,164,67); }
td.TdClassName
{
border-color: #2DA443;
}
.TagClassName
{
border-color: #2DA443;
}
</style>