Shades of Chateau Green #2DBE52
Tints of Chateau Green #2DBE52
RGB
CMYK
RGB Variations
Color information
#2DBE52 (or 0x2DBE52) is known color: Chateau Green. HEX triplet: 2D, BE and 52. RGB value is (45,190,82). Sum of RGB (Red+Green+Blue) = 45+190+82=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE52 is #D241AD. Grayscale: #868686. Windows color (decimal): -13779374 or 5422637. OLE color: 5422637.
HSL color Cylindrical-coordinate representation of color #2DBE52: hue angle of 135.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE52 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 82 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.25 |
| HSL | 135.31º | 0.62% | 0.46% | - |
| HSV(B) | 135.31º | 0.76% | 0.75% | - |
| XYZ | 21.02 | 37.99 | 14.21 | - |
| YUV | 134.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 82 | 0.76 | 0 | 0.57 | 0.25 | 135.31 | 0.62 | 0.46 |
| Hex | 2D | BE | 52 | 4C | 0 | 39 | 19 | 87 | 3E | 2E |
| Octal | 55 | 276 | 122 | 114 | 0 | 71 | 31 | 207 | 76 | 56 |
| Binary | 101101 | 10111110 | 1010010 | 1001100 | 0 | 111001 | 11001 | 10000111 | 111110 | 101110 |
Color Harmonies of #2DBE52
Complementary color
Monochromatic Colors of #2DBE52
Black with #2DBE52
Text Example
Text Example
White with #2DBE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE52; }
p { color: rgb(45,190,82); }
H1.HeaderClassName
{
color: #2DBE52;
}
.AnyTagClassName
{
color: #2DBE52;
}
</style>
background-color css
<style>
a { background-color: #2DBE52; }
a { background-color: rgb(45,190,82); }
div.DivClassName
{
background-color: #2DBE52;
}
.BgClassName
{
background-color: #2DBE52;
}
</style>
border-color css
<style>
span { border-color: #2DBE52; }
span { border-color: rgb(45,190,82); }
td.TdClassName
{
border-color: #2DBE52;
}
.TagClassName
{
border-color: #2DBE52;
}
</style>