Shades of Chateau Green #2DBC53
Tints of Chateau Green #2DBC53
RGB
CMYK
RGB Variations
Color information
#2DBC53 (or 0x2DBC53) is known color: Chateau Green. HEX triplet: 2D, BC and 53. RGB value is (45,188,83). Sum of RGB (Red+Green+Blue) = 45+188+83=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC53 is #D243AC. Grayscale: #858585. Windows color (decimal): -13779885 or 5487661. OLE color: 5487661.
HSL color Cylindrical-coordinate representation of color #2DBC53: hue angle of 135.94º 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 #2DBC53 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 83 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.26 |
| HSL | 135.94º | 0.61% | 0.46% | - |
| HSV(B) | 135.94º | 0.76% | 0.74% | - |
| XYZ | 20.63 | 37.15 | 14.27 | - |
| YUV | 133.27 | 99.62 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 83 | 0.76 | 0 | 0.56 | 0.26 | 135.94 | 0.61 | 0.46 |
| Hex | 2D | BC | 53 | 4C | 0 | 38 | 1A | 88 | 3D | 2E |
| Octal | 55 | 274 | 123 | 114 | 0 | 70 | 32 | 210 | 75 | 56 |
| Binary | 101101 | 10111100 | 1010011 | 1001100 | 0 | 111000 | 11010 | 10001000 | 111101 | 101110 |
Color Harmonies of #2DBC53
Complementary color
Monochromatic Colors of #2DBC53
Black with #2DBC53
Text Example
Text Example
White with #2DBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC53; }
p { color: rgb(45,188,83); }
H1.HeaderClassName
{
color: #2DBC53;
}
.AnyTagClassName
{
color: #2DBC53;
}
</style>
background-color css
<style>
a { background-color: #2DBC53; }
a { background-color: rgb(45,188,83); }
div.DivClassName
{
background-color: #2DBC53;
}
.BgClassName
{
background-color: #2DBC53;
}
</style>
border-color css
<style>
span { border-color: #2DBC53; }
span { border-color: rgb(45,188,83); }
td.TdClassName
{
border-color: #2DBC53;
}
.TagClassName
{
border-color: #2DBC53;
}
</style>