Shades of Chateau Green #2CA148
Tints of Chateau Green #2CA148
RGB
CMYK
RGB Variations
Color information
#2CA148 (or 0x2CA148) is known color: Chateau Green. HEX triplet: 2C, A1 and 48. RGB value is (44,161,72). Sum of RGB (Red+Green+Blue) = 44+161+72=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA148 is #D35EB7. Grayscale: #747474. Windows color (decimal): -13852344 or 4759852. OLE color: 4759852.
HSL color Cylindrical-coordinate representation of color #2CA148: hue angle of 134.36º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA148 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 72 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.37 |
| HSL | 134.36º | 0.57% | 0.4% | - |
| HSV(B) | 134.36º | 0.73% | 0.63% | - |
| XYZ | 14.95 | 26.49 | 10.46 | - |
| YUV | 115.87 | 103.24 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 72 | 0.73 | 0 | 0.55 | 0.37 | 134.36 | 0.57 | 0.4 |
| Hex | 2C | A1 | 48 | 49 | 0 | 37 | 25 | 86 | 39 | 28 |
| Octal | 54 | 241 | 110 | 111 | 0 | 67 | 45 | 206 | 71 | 50 |
| Binary | 101100 | 10100001 | 1001000 | 1001001 | 0 | 110111 | 100101 | 10000110 | 111001 | 101000 |
Color Harmonies of #2CA148
Complementary color
Monochromatic Colors of #2CA148
Black with #2CA148
Text Example
Text Example
White with #2CA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA148; }
p { color: rgb(44,161,72); }
H1.HeaderClassName
{
color: #2CA148;
}
.AnyTagClassName
{
color: #2CA148;
}
</style>
background-color css
<style>
a { background-color: #2CA148; }
a { background-color: rgb(44,161,72); }
div.DivClassName
{
background-color: #2CA148;
}
.BgClassName
{
background-color: #2CA148;
}
</style>
border-color css
<style>
span { border-color: #2CA148; }
span { border-color: rgb(44,161,72); }
td.TdClassName
{
border-color: #2CA148;
}
.TagClassName
{
border-color: #2CA148;
}
</style>