Shades of Chateau Green #2DBC50
Tints of Chateau Green #2DBC50
RGB
CMYK
RGB Variations
Color information
#2DBC50 (or 0x2DBC50) is known color: Chateau Green. HEX triplet: 2D, BC and 50. RGB value is (45,188,80). Sum of RGB (Red+Green+Blue) = 45+188+80=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC50 is #D243AF. Grayscale: #858585. Windows color (decimal): -13779888 or 5291053. OLE color: 5291053.
HSL color Cylindrical-coordinate representation of color #2DBC50: hue angle of 134.69º 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 #2DBC50 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 80 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.26 |
| HSL | 134.69º | 0.61% | 0.46% | - |
| HSV(B) | 134.69º | 0.76% | 0.74% | - |
| XYZ | 20.51 | 37.1 | 13.67 | - |
| YUV | 132.93 | 98.12 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 80 | 0.76 | 0 | 0.57 | 0.26 | 134.69 | 0.61 | 0.46 |
| Hex | 2D | BC | 50 | 4C | 0 | 39 | 1A | 87 | 3D | 2E |
| Octal | 55 | 274 | 120 | 114 | 0 | 71 | 32 | 207 | 75 | 56 |
| Binary | 101101 | 10111100 | 1010000 | 1001100 | 0 | 111001 | 11010 | 10000111 | 111101 | 101110 |
Color Harmonies of #2DBC50
Complementary color
Monochromatic Colors of #2DBC50
Black with #2DBC50
Text Example
Text Example
White with #2DBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC50; }
p { color: rgb(45,188,80); }
H1.HeaderClassName
{
color: #2DBC50;
}
.AnyTagClassName
{
color: #2DBC50;
}
</style>
background-color css
<style>
a { background-color: #2DBC50; }
a { background-color: rgb(45,188,80); }
div.DivClassName
{
background-color: #2DBC50;
}
.BgClassName
{
background-color: #2DBC50;
}
</style>
border-color css
<style>
span { border-color: #2DBC50; }
span { border-color: rgb(45,188,80); }
td.TdClassName
{
border-color: #2DBC50;
}
.TagClassName
{
border-color: #2DBC50;
}
</style>