Shades of Chateau Green #2CA24D
Tints of Chateau Green #2CA24D
RGB
CMYK
RGB Variations
Color information
#2CA24D (or 0x2CA24D) is known color: Chateau Green. HEX triplet: 2C, A2 and 4D. RGB value is (44,162,77). Sum of RGB (Red+Green+Blue) = 44+162+77=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA24D is #D35DB2. Grayscale: #757575. Windows color (decimal): -13852083 or 5087788. OLE color: 5087788.
HSL color Cylindrical-coordinate representation of color #2CA24D: hue angle of 136.78º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA24D is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 77 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.36 |
| HSL | 136.78º | 0.57% | 0.4% | - |
| HSV(B) | 136.78º | 0.73% | 0.64% | - |
| XYZ | 15.3 | 26.91 | 11.41 | - |
| YUV | 117.03 | 105.41 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 77 | 0.73 | 0 | 0.52 | 0.36 | 136.78 | 0.57 | 0.4 |
| Hex | 2C | A2 | 4D | 49 | 0 | 34 | 24 | 89 | 39 | 28 |
| Octal | 54 | 242 | 115 | 111 | 0 | 64 | 44 | 211 | 71 | 50 |
| Binary | 101100 | 10100010 | 1001101 | 1001001 | 0 | 110100 | 100100 | 10001001 | 111001 | 101000 |
Color Harmonies of #2CA24D
Complementary color
Monochromatic Colors of #2CA24D
Black with #2CA24D
Text Example
Text Example
White with #2CA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA24D; }
p { color: rgb(44,162,77); }
H1.HeaderClassName
{
color: #2CA24D;
}
.AnyTagClassName
{
color: #2CA24D;
}
</style>
background-color css
<style>
a { background-color: #2CA24D; }
a { background-color: rgb(44,162,77); }
div.DivClassName
{
background-color: #2CA24D;
}
.BgClassName
{
background-color: #2CA24D;
}
</style>
border-color css
<style>
span { border-color: #2CA24D; }
span { border-color: rgb(44,162,77); }
td.TdClassName
{
border-color: #2CA24D;
}
.TagClassName
{
border-color: #2CA24D;
}
</style>