Shades of Chateau Green #2CA441
Tints of Chateau Green #2CA441
RGB
CMYK
RGB Variations
Color information
#2CA441 (or 0x2CA441) is known color: Chateau Green. HEX triplet: 2C, A4 and 41. RGB value is (44,164,65). Sum of RGB (Red+Green+Blue) = 44+164+65=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA441 is #D35BBE. Grayscale: #757575. Windows color (decimal): -13851583 or 4301868. OLE color: 4301868.
HSL color Cylindrical-coordinate representation of color #2CA441: hue angle of 130.5º degrees, saturation: 0.58, 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 #2CA441 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 65 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.36 |
| HSL | 130.5º | 0.58% | 0.41% | - |
| HSV(B) | 130.5º | 0.73% | 0.64% | - |
| XYZ | 15.27 | 27.47 | 9.5 | - |
| YUV | 116.83 | 98.74 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 65 | 0.73 | 0 | 0.60 | 0.36 | 130.5 | 0.58 | 0.41 |
| Hex | 2C | A4 | 41 | 49 | 0 | 3C | 24 | 82 | 3A | 29 |
| Octal | 54 | 244 | 101 | 111 | 0 | 74 | 44 | 202 | 72 | 51 |
| Binary | 101100 | 10100100 | 1000001 | 1001001 | 0 | 111100 | 100100 | 10000010 | 111010 | 101001 |
Color Harmonies of #2CA441
Complementary color
Monochromatic Colors of #2CA441
Black with #2CA441
Text Example
Text Example
White with #2CA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA441; }
p { color: rgb(44,164,65); }
H1.HeaderClassName
{
color: #2CA441;
}
.AnyTagClassName
{
color: #2CA441;
}
</style>
background-color css
<style>
a { background-color: #2CA441; }
a { background-color: rgb(44,164,65); }
div.DivClassName
{
background-color: #2CA441;
}
.BgClassName
{
background-color: #2CA441;
}
</style>
border-color css
<style>
span { border-color: #2CA441; }
span { border-color: rgb(44,164,65); }
td.TdClassName
{
border-color: #2CA441;
}
.TagClassName
{
border-color: #2CA441;
}
</style>