Shades of Chateau Green #2CB353
Tints of Chateau Green #2CB353
RGB
CMYK
RGB Variations
Color information
#2CB353 (or 0x2CB353) is known color: Chateau Green. HEX triplet: 2C, B3 and 53. RGB value is (44,179,83). Sum of RGB (Red+Green+Blue) = 44+179+83=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB353 is #D34CAC. Grayscale: #7F7F7F. Windows color (decimal): -13847725 or 5485356. OLE color: 5485356.
HSL color Cylindrical-coordinate representation of color #2CB353: hue angle of 137.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB353 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 83 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.30 |
| HSL | 137.33º | 0.61% | 0.44% | - |
| HSV(B) | 137.33º | 0.75% | 0.7% | - |
| XYZ | 18.72 | 33.4 | 13.64 | - |
| YUV | 127.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 83 | 0.75 | 0 | 0.54 | 0.30 | 137.33 | 0.61 | 0.44 |
| Hex | 2C | B3 | 53 | 4B | 0 | 36 | 1E | 89 | 3D | 2C |
| Octal | 54 | 263 | 123 | 113 | 0 | 66 | 36 | 211 | 75 | 54 |
| Binary | 101100 | 10110011 | 1010011 | 1001011 | 0 | 110110 | 11110 | 10001001 | 111101 | 101100 |
Color Harmonies of #2CB353
Complementary color
Monochromatic Colors of #2CB353
Black with #2CB353
Text Example
Text Example
White with #2CB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB353; }
p { color: rgb(44,179,83); }
H1.HeaderClassName
{
color: #2CB353;
}
.AnyTagClassName
{
color: #2CB353;
}
</style>
background-color css
<style>
a { background-color: #2CB353; }
a { background-color: rgb(44,179,83); }
div.DivClassName
{
background-color: #2CB353;
}
.BgClassName
{
background-color: #2CB353;
}
</style>
border-color css
<style>
span { border-color: #2CB353; }
span { border-color: rgb(44,179,83); }
td.TdClassName
{
border-color: #2CB353;
}
.TagClassName
{
border-color: #2CB353;
}
</style>