Shades of Chateau Green #2CB352
Tints of Chateau Green #2CB352
RGB
CMYK
RGB Variations
Color information
#2CB352 (or 0x2CB352) is known color: Chateau Green. HEX triplet: 2C, B3 and 52. RGB value is (44,179,82). Sum of RGB (Red+Green+Blue) = 44+179+82=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB352 is #D34CAD. Grayscale: #7F7F7F. Windows color (decimal): -13847726 or 5419820. OLE color: 5419820.
HSL color Cylindrical-coordinate representation of color #2CB352: hue angle of 136.89º 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 #2CB352 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 82 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.30 |
| HSL | 136.89º | 0.61% | 0.44% | - |
| HSV(B) | 136.89º | 0.75% | 0.7% | - |
| XYZ | 18.68 | 33.38 | 13.44 | - |
| YUV | 127.58 | 102.27 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 82 | 0.75 | 0 | 0.54 | 0.30 | 136.89 | 0.61 | 0.44 |
| Hex | 2C | B3 | 52 | 4B | 0 | 36 | 1E | 89 | 3D | 2C |
| Octal | 54 | 263 | 122 | 113 | 0 | 66 | 36 | 211 | 75 | 54 |
| Binary | 101100 | 10110011 | 1010010 | 1001011 | 0 | 110110 | 11110 | 10001001 | 111101 | 101100 |
Color Harmonies of #2CB352
Complementary color
Monochromatic Colors of #2CB352
Black with #2CB352
Text Example
Text Example
White with #2CB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB352; }
p { color: rgb(44,179,82); }
H1.HeaderClassName
{
color: #2CB352;
}
.AnyTagClassName
{
color: #2CB352;
}
</style>
background-color css
<style>
a { background-color: #2CB352; }
a { background-color: rgb(44,179,82); }
div.DivClassName
{
background-color: #2CB352;
}
.BgClassName
{
background-color: #2CB352;
}
</style>
border-color css
<style>
span { border-color: #2CB352; }
span { border-color: rgb(44,179,82); }
td.TdClassName
{
border-color: #2CB352;
}
.TagClassName
{
border-color: #2CB352;
}
</style>