Shades of Chateau Green #2DBC55
Tints of Chateau Green #2DBC55
RGB
CMYK
RGB Variations
Color information
#2DBC55 (or 0x2DBC55) is known color: Chateau Green. HEX triplet: 2D, BC and 55. RGB value is (45,188,85). Sum of RGB (Red+Green+Blue) = 45+188+85=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC55 is #D243AA. Grayscale: #858585. Windows color (decimal): -13779883 or 5618733. OLE color: 5618733.
HSL color Cylindrical-coordinate representation of color #2DBC55: hue angle of 136.78º 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 #2DBC55 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 85 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.26 |
| HSL | 136.78º | 0.61% | 0.46% | - |
| HSV(B) | 136.78º | 0.76% | 0.74% | - |
| XYZ | 20.71 | 37.18 | 14.68 | - |
| YUV | 133.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 85 | 0.76 | 0 | 0.55 | 0.26 | 136.78 | 0.61 | 0.46 |
| Hex | 2D | BC | 55 | 4C | 0 | 37 | 1A | 89 | 3D | 2E |
| Octal | 55 | 274 | 125 | 114 | 0 | 67 | 32 | 211 | 75 | 56 |
| Binary | 101101 | 10111100 | 1010101 | 1001100 | 0 | 110111 | 11010 | 10001001 | 111101 | 101110 |
Color Harmonies of #2DBC55
Complementary color
Monochromatic Colors of #2DBC55
Black with #2DBC55
Text Example
Text Example
White with #2DBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC55; }
p { color: rgb(45,188,85); }
H1.HeaderClassName
{
color: #2DBC55;
}
.AnyTagClassName
{
color: #2DBC55;
}
</style>
background-color css
<style>
a { background-color: #2DBC55; }
a { background-color: rgb(45,188,85); }
div.DivClassName
{
background-color: #2DBC55;
}
.BgClassName
{
background-color: #2DBC55;
}
</style>
border-color css
<style>
span { border-color: #2DBC55; }
span { border-color: rgb(45,188,85); }
td.TdClassName
{
border-color: #2DBC55;
}
.TagClassName
{
border-color: #2DBC55;
}
</style>