Shades of Chateau Green #2DC051
Tints of Chateau Green #2DC051
RGB
CMYK
RGB Variations
Color information
#2DC051 (or 0x2DC051) is known color: Chateau Green. HEX triplet: 2D, C0 and 51. RGB value is (45,192,81). Sum of RGB (Red+Green+Blue) = 45+192+81=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC051 is #D23FAE. Grayscale: #878787. Windows color (decimal): -13778863 or 5357613. OLE color: 5357613.
HSL color Cylindrical-coordinate representation of color #2DC051: hue angle of 134.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC051 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 81 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.25 |
| HSL | 134.69º | 0.62% | 0.46% | - |
| HSV(B) | 134.69º | 0.77% | 0.75% | - |
| XYZ | 21.42 | 38.85 | 14.15 | - |
| YUV | 135.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 81 | 0.77 | 0 | 0.58 | 0.25 | 134.69 | 0.62 | 0.46 |
| Hex | 2D | C0 | 51 | 4D | 0 | 3A | 19 | 87 | 3E | 2E |
| Octal | 55 | 300 | 121 | 115 | 0 | 72 | 31 | 207 | 76 | 56 |
| Binary | 101101 | 11000000 | 1010001 | 1001101 | 0 | 111010 | 11001 | 10000111 | 111110 | 101110 |
Color Harmonies of #2DC051
Complementary color
Monochromatic Colors of #2DC051
Black with #2DC051
Text Example
Text Example
White with #2DC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC051; }
p { color: rgb(45,192,81); }
H1.HeaderClassName
{
color: #2DC051;
}
.AnyTagClassName
{
color: #2DC051;
}
</style>
background-color css
<style>
a { background-color: #2DC051; }
a { background-color: rgb(45,192,81); }
div.DivClassName
{
background-color: #2DC051;
}
.BgClassName
{
background-color: #2DC051;
}
</style>
border-color css
<style>
span { border-color: #2DC051; }
span { border-color: rgb(45,192,81); }
td.TdClassName
{
border-color: #2DC051;
}
.TagClassName
{
border-color: #2DC051;
}
</style>