Shades of Chateau Green #2DB657
Tints of Chateau Green #2DB657
RGB
CMYK
RGB Variations
Color information
#2DB657 (or 0x2DB657) is known color: Chateau Green. HEX triplet: 2D, B6 and 57. RGB value is (45,182,87). Sum of RGB (Red+Green+Blue) = 45+182+87=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB657 is #D249A8. Grayscale: #828282. Windows color (decimal): -13781417 or 5748269. OLE color: 5748269.
HSL color Cylindrical-coordinate representation of color #2DB657: hue angle of 138.39º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB657 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 87 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.29 |
| HSL | 138.39º | 0.6% | 0.45% | - |
| HSV(B) | 138.39º | 0.75% | 0.71% | - |
| XYZ | 19.53 | 34.7 | 14.69 | - |
| YUV | 130.21 | 103.61 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 87 | 0.75 | 0 | 0.52 | 0.29 | 138.39 | 0.6 | 0.45 |
| Hex | 2D | B6 | 57 | 4B | 0 | 34 | 1D | 8A | 3C | 2D |
| Octal | 55 | 266 | 127 | 113 | 0 | 64 | 35 | 212 | 74 | 55 |
| Binary | 101101 | 10110110 | 1010111 | 1001011 | 0 | 110100 | 11101 | 10001010 | 111100 | 101101 |
Color Harmonies of #2DB657
Complementary color
Monochromatic Colors of #2DB657
Black with #2DB657
Text Example
Text Example
White with #2DB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB657; }
p { color: rgb(45,182,87); }
H1.HeaderClassName
{
color: #2DB657;
}
.AnyTagClassName
{
color: #2DB657;
}
</style>
background-color css
<style>
a { background-color: #2DB657; }
a { background-color: rgb(45,182,87); }
div.DivClassName
{
background-color: #2DB657;
}
.BgClassName
{
background-color: #2DB657;
}
</style>
border-color css
<style>
span { border-color: #2DB657; }
span { border-color: rgb(45,182,87); }
td.TdClassName
{
border-color: #2DB657;
}
.TagClassName
{
border-color: #2DB657;
}
</style>