Shades of Chateau Green #2DB456
Tints of Chateau Green #2DB456
RGB
CMYK
RGB Variations
Color information
#2DB456 (or 0x2DB456) is known color: Chateau Green. HEX triplet: 2D, B4 and 56. RGB value is (45,180,86). Sum of RGB (Red+Green+Blue) = 45+180+86=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB456 is #D24BA9. Grayscale: #818181. Windows color (decimal): -13781930 or 5682221. OLE color: 5682221.
HSL color Cylindrical-coordinate representation of color #2DB456: hue angle of 138.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB456 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 86 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.29 |
| HSL | 138.22º | 0.6% | 0.44% | - |
| HSV(B) | 138.22º | 0.75% | 0.71% | - |
| XYZ | 19.08 | 33.87 | 14.34 | - |
| YUV | 128.92 | 103.77 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 86 | 0.75 | 0 | 0.52 | 0.29 | 138.22 | 0.6 | 0.44 |
| Hex | 2D | B4 | 56 | 4B | 0 | 34 | 1D | 8A | 3C | 2C |
| Octal | 55 | 264 | 126 | 113 | 0 | 64 | 35 | 212 | 74 | 54 |
| Binary | 101101 | 10110100 | 1010110 | 1001011 | 0 | 110100 | 11101 | 10001010 | 111100 | 101100 |
Color Harmonies of #2DB456
Complementary color
Monochromatic Colors of #2DB456
Black with #2DB456
Text Example
Text Example
White with #2DB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB456; }
p { color: rgb(45,180,86); }
H1.HeaderClassName
{
color: #2DB456;
}
.AnyTagClassName
{
color: #2DB456;
}
</style>
background-color css
<style>
a { background-color: #2DB456; }
a { background-color: rgb(45,180,86); }
div.DivClassName
{
background-color: #2DB456;
}
.BgClassName
{
background-color: #2DB456;
}
</style>
border-color css
<style>
span { border-color: #2DB456; }
span { border-color: rgb(45,180,86); }
td.TdClassName
{
border-color: #2DB456;
}
.TagClassName
{
border-color: #2DB456;
}
</style>