Shades of Chateau Green #2DBC54
Tints of Chateau Green #2DBC54
RGB
CMYK
RGB Variations
Color information
#2DBC54 (or 0x2DBC54) is known color: Chateau Green. HEX triplet: 2D, BC and 54. RGB value is (45,188,84). Sum of RGB (Red+Green+Blue) = 45+188+84=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC54 is #D243AB. Grayscale: #858585. Windows color (decimal): -13779884 or 5553197. OLE color: 5553197.
HSL color Cylindrical-coordinate representation of color #2DBC54: hue angle of 136.36º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC54 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 84 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.26 |
| HSL | 136.36º | 0.61% | 0.46% | - |
| HSV(B) | 136.36º | 0.76% | 0.74% | - |
| XYZ | 20.67 | 37.16 | 14.47 | - |
| YUV | 133.39 | 100.12 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 84 | 0.76 | 0 | 0.55 | 0.26 | 136.36 | 0.61 | 0.46 |
| Hex | 2D | BC | 54 | 4C | 0 | 37 | 1A | 88 | 3D | 2E |
| Octal | 55 | 274 | 124 | 114 | 0 | 67 | 32 | 210 | 75 | 56 |
| Binary | 101101 | 10111100 | 1010100 | 1001100 | 0 | 110111 | 11010 | 10001000 | 111101 | 101110 |
Color Harmonies of #2DBC54
Complementary color
Monochromatic Colors of #2DBC54
Black with #2DBC54
Text Example
Text Example
White with #2DBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC54; }
p { color: rgb(45,188,84); }
H1.HeaderClassName
{
color: #2DBC54;
}
.AnyTagClassName
{
color: #2DBC54;
}
</style>
background-color css
<style>
a { background-color: #2DBC54; }
a { background-color: rgb(45,188,84); }
div.DivClassName
{
background-color: #2DBC54;
}
.BgClassName
{
background-color: #2DBC54;
}
</style>
border-color css
<style>
span { border-color: #2DBC54; }
span { border-color: rgb(45,188,84); }
td.TdClassName
{
border-color: #2DBC54;
}
.TagClassName
{
border-color: #2DBC54;
}
</style>