Shades of Chateau Green #2CBD54
Tints of Chateau Green #2CBD54
RGB
CMYK
RGB Variations
Color information
#2CBD54 (or 0x2CBD54) is known color: Chateau Green. HEX triplet: 2C, BD and 54. RGB value is (44,189,84). Sum of RGB (Red+Green+Blue) = 44+189+84=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD54 is #D342AB. Grayscale: #858585. Windows color (decimal): -13845164 or 5553452. OLE color: 5553452.
HSL color Cylindrical-coordinate representation of color #2CBD54: hue angle of 136.55º 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 #2CBD54 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 84 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.26 |
| HSL | 136.55º | 0.62% | 0.46% | - |
| HSV(B) | 136.55º | 0.77% | 0.74% | - |
| XYZ | 20.84 | 37.57 | 14.54 | - |
| YUV | 133.68 | 99.96 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 84 | 0.77 | 0 | 0.56 | 0.26 | 136.55 | 0.62 | 0.46 |
| Hex | 2C | BD | 54 | 4D | 0 | 38 | 1A | 89 | 3E | 2E |
| Octal | 54 | 275 | 124 | 115 | 0 | 70 | 32 | 211 | 76 | 56 |
| Binary | 101100 | 10111101 | 1010100 | 1001101 | 0 | 111000 | 11010 | 10001001 | 111110 | 101110 |
Color Harmonies of #2CBD54
Complementary color
Monochromatic Colors of #2CBD54
Black with #2CBD54
Text Example
Text Example
White with #2CBD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD54; }
p { color: rgb(44,189,84); }
H1.HeaderClassName
{
color: #2CBD54;
}
.AnyTagClassName
{
color: #2CBD54;
}
</style>
background-color css
<style>
a { background-color: #2CBD54; }
a { background-color: rgb(44,189,84); }
div.DivClassName
{
background-color: #2CBD54;
}
.BgClassName
{
background-color: #2CBD54;
}
</style>
border-color css
<style>
span { border-color: #2CBD54; }
span { border-color: rgb(44,189,84); }
td.TdClassName
{
border-color: #2CBD54;
}
.TagClassName
{
border-color: #2CBD54;
}
</style>