Shades of Chateau Green #2DA440
Tints of Chateau Green #2DA440
RGB
CMYK
RGB Variations
Color information
#2DA440 (or 0x2DA440) is known color: Chateau Green. HEX triplet: 2D, A4 and 40. RGB value is (45,164,64). Sum of RGB (Red+Green+Blue) = 45+164+64=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA440 is #D25BBF. Grayscale: #757575. Windows color (decimal): -13786048 or 4236333. OLE color: 4236333.
HSL color Cylindrical-coordinate representation of color #2DA440: hue angle of 129.58º 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 #2DA440 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 64 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.36 |
| HSL | 129.58º | 0.57% | 0.41% | - |
| HSV(B) | 129.58º | 0.73% | 0.64% | - |
| XYZ | 15.28 | 27.48 | 9.35 | - |
| YUV | 117.02 | 98.08 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 64 | 0.73 | 0 | 0.61 | 0.36 | 129.58 | 0.57 | 0.41 |
| Hex | 2D | A4 | 40 | 49 | 0 | 3D | 24 | 82 | 39 | 29 |
| Octal | 55 | 244 | 100 | 111 | 0 | 75 | 44 | 202 | 71 | 51 |
| Binary | 101101 | 10100100 | 1000000 | 1001001 | 0 | 111101 | 100100 | 10000010 | 111001 | 101001 |
Color Harmonies of #2DA440
Complementary color
Monochromatic Colors of #2DA440
Black with #2DA440
Text Example
Text Example
White with #2DA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA440; }
p { color: rgb(45,164,64); }
H1.HeaderClassName
{
color: #2DA440;
}
.AnyTagClassName
{
color: #2DA440;
}
</style>
background-color css
<style>
a { background-color: #2DA440; }
a { background-color: rgb(45,164,64); }
div.DivClassName
{
background-color: #2DA440;
}
.BgClassName
{
background-color: #2DA440;
}
</style>
border-color css
<style>
span { border-color: #2DA440; }
span { border-color: rgb(45,164,64); }
td.TdClassName
{
border-color: #2DA440;
}
.TagClassName
{
border-color: #2DA440;
}
</style>