Shades of Chateau Green #2CBD53
Tints of Chateau Green #2CBD53
RGB
CMYK
RGB Variations
Color information
#2CBD53 (or 0x2CBD53) is known color: Chateau Green. HEX triplet: 2C, BD and 53. RGB value is (44,189,83). Sum of RGB (Red+Green+Blue) = 44+189+83=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD53 is #D342AC. Grayscale: #858585. Windows color (decimal): -13845165 or 5487916. OLE color: 5487916.
HSL color Cylindrical-coordinate representation of color #2CBD53: hue angle of 136.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD53 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 83 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.26 |
| HSL | 136.14º | 0.62% | 0.46% | - |
| HSV(B) | 136.14º | 0.77% | 0.74% | - |
| XYZ | 20.8 | 37.56 | 14.34 | - |
| YUV | 133.56 | 99.46 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 83 | 0.77 | 0 | 0.56 | 0.26 | 136.14 | 0.62 | 0.46 |
| Hex | 2C | BD | 53 | 4D | 0 | 38 | 1A | 88 | 3E | 2E |
| Octal | 54 | 275 | 123 | 115 | 0 | 70 | 32 | 210 | 76 | 56 |
| Binary | 101100 | 10111101 | 1010011 | 1001101 | 0 | 111000 | 11010 | 10001000 | 111110 | 101110 |
Color Harmonies of #2CBD53
Complementary color
Monochromatic Colors of #2CBD53
Black with #2CBD53
Text Example
Text Example
White with #2CBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD53; }
p { color: rgb(44,189,83); }
H1.HeaderClassName
{
color: #2CBD53;
}
.AnyTagClassName
{
color: #2CBD53;
}
</style>
background-color css
<style>
a { background-color: #2CBD53; }
a { background-color: rgb(44,189,83); }
div.DivClassName
{
background-color: #2CBD53;
}
.BgClassName
{
background-color: #2CBD53;
}
</style>
border-color css
<style>
span { border-color: #2CBD53; }
span { border-color: rgb(44,189,83); }
td.TdClassName
{
border-color: #2CBD53;
}
.TagClassName
{
border-color: #2CBD53;
}
</style>