Shades of Chateau Green #2CB453
Tints of Chateau Green #2CB453
RGB
CMYK
RGB Variations
Color information
#2CB453 (or 0x2CB453) is known color: Chateau Green. HEX triplet: 2C, B4 and 53. RGB value is (44,180,83). Sum of RGB (Red+Green+Blue) = 44+180+83=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB453 is #D34BAC. Grayscale: #808080. Windows color (decimal): -13847469 or 5485612. OLE color: 5485612.
HSL color Cylindrical-coordinate representation of color #2CB453: hue angle of 137.21º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB453 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 83 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.29 |
| HSL | 137.21º | 0.61% | 0.44% | - |
| HSV(B) | 137.21º | 0.76% | 0.71% | - |
| XYZ | 18.92 | 33.8 | 13.71 | - |
| YUV | 128.28 | 102.44 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 83 | 0.76 | 0 | 0.54 | 0.29 | 137.21 | 0.61 | 0.44 |
| Hex | 2C | B4 | 53 | 4C | 0 | 36 | 1D | 89 | 3D | 2C |
| Octal | 54 | 264 | 123 | 114 | 0 | 66 | 35 | 211 | 75 | 54 |
| Binary | 101100 | 10110100 | 1010011 | 1001100 | 0 | 110110 | 11101 | 10001001 | 111101 | 101100 |
Color Harmonies of #2CB453
Complementary color
Monochromatic Colors of #2CB453
Black with #2CB453
Text Example
Text Example
White with #2CB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB453; }
p { color: rgb(44,180,83); }
H1.HeaderClassName
{
color: #2CB453;
}
.AnyTagClassName
{
color: #2CB453;
}
</style>
background-color css
<style>
a { background-color: #2CB453; }
a { background-color: rgb(44,180,83); }
div.DivClassName
{
background-color: #2CB453;
}
.BgClassName
{
background-color: #2CB453;
}
</style>
border-color css
<style>
span { border-color: #2CB453; }
span { border-color: rgb(44,180,83); }
td.TdClassName
{
border-color: #2CB453;
}
.TagClassName
{
border-color: #2CB453;
}
</style>