Shades of Chateau Green #2DB357
Tints of Chateau Green #2DB357
RGB
CMYK
RGB Variations
Color information
#2DB357 (or 0x2DB357) is known color: Chateau Green. HEX triplet: 2D, B3 and 57. RGB value is (45,179,87). Sum of RGB (Red+Green+Blue) = 45+179+87=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB357 is #D24CA8. Grayscale: #808080. Windows color (decimal): -13782185 or 5747501. OLE color: 5747501.
HSL color Cylindrical-coordinate representation of color #2DB357: hue angle of 138.81º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB357 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 87 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.30 |
| HSL | 138.81º | 0.6% | 0.44% | - |
| HSV(B) | 138.81º | 0.75% | 0.7% | - |
| XYZ | 18.92 | 33.49 | 14.48 | - |
| YUV | 128.45 | 104.61 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 87 | 0.75 | 0 | 0.51 | 0.30 | 138.81 | 0.6 | 0.44 |
| Hex | 2D | B3 | 57 | 4B | 0 | 33 | 1E | 8B | 3C | 2C |
| Octal | 55 | 263 | 127 | 113 | 0 | 63 | 36 | 213 | 74 | 54 |
| Binary | 101101 | 10110011 | 1010111 | 1001011 | 0 | 110011 | 11110 | 10001011 | 111100 | 101100 |
Color Harmonies of #2DB357
Complementary color
Monochromatic Colors of #2DB357
Black with #2DB357
Text Example
Text Example
White with #2DB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB357; }
p { color: rgb(45,179,87); }
H1.HeaderClassName
{
color: #2DB357;
}
.AnyTagClassName
{
color: #2DB357;
}
</style>
background-color css
<style>
a { background-color: #2DB357; }
a { background-color: rgb(45,179,87); }
div.DivClassName
{
background-color: #2DB357;
}
.BgClassName
{
background-color: #2DB357;
}
</style>
border-color css
<style>
span { border-color: #2DB357; }
span { border-color: rgb(45,179,87); }
td.TdClassName
{
border-color: #2DB357;
}
.TagClassName
{
border-color: #2DB357;
}
</style>