Shades of Chateau Green #2DB547
Tints of Chateau Green #2DB547
RGB
CMYK
RGB Variations
Color information
#2DB547 (or 0x2DB547) is known color: Chateau Green. HEX triplet: 2D, B5 and 47. RGB value is (45,181,71). Sum of RGB (Red+Green+Blue) = 45+181+71=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB547 is #D24AB8. Grayscale: #808080. Windows color (decimal): -13781689 or 4699437. OLE color: 4699437.
HSL color Cylindrical-coordinate representation of color #2DB547: hue angle of 131.47º 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 #2DB547 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 71 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.29 |
| HSL | 131.47º | 0.6% | 0.44% | - |
| HSV(B) | 131.47º | 0.75% | 0.71% | - |
| XYZ | 18.74 | 34.06 | 11.55 | - |
| YUV | 127.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 71 | 0.75 | 0 | 0.61 | 0.29 | 131.47 | 0.6 | 0.44 |
| Hex | 2D | B5 | 47 | 4B | 0 | 3D | 1D | 83 | 3C | 2C |
| Octal | 55 | 265 | 107 | 113 | 0 | 75 | 35 | 203 | 74 | 54 |
| Binary | 101101 | 10110101 | 1000111 | 1001011 | 0 | 111101 | 11101 | 10000011 | 111100 | 101100 |
Color Harmonies of #2DB547
Complementary color
Monochromatic Colors of #2DB547
Black with #2DB547
Text Example
Text Example
White with #2DB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB547; }
p { color: rgb(45,181,71); }
H1.HeaderClassName
{
color: #2DB547;
}
.AnyTagClassName
{
color: #2DB547;
}
</style>
background-color css
<style>
a { background-color: #2DB547; }
a { background-color: rgb(45,181,71); }
div.DivClassName
{
background-color: #2DB547;
}
.BgClassName
{
background-color: #2DB547;
}
</style>
border-color css
<style>
span { border-color: #2DB547; }
span { border-color: rgb(45,181,71); }
td.TdClassName
{
border-color: #2DB547;
}
.TagClassName
{
border-color: #2DB547;
}
</style>