Shades of Chateau Green #2BA047
Tints of Chateau Green #2BA047
RGB
CMYK
RGB Variations
Color information
#2BA047 (or 0x2BA047) is known color: Chateau Green. HEX triplet: 2B, A0 and 47. RGB value is (43,160,71). Sum of RGB (Red+Green+Blue) = 43+160+71=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA047 is #D45FB8. Grayscale: #737373. Windows color (decimal): -13918137 or 4694059. OLE color: 4694059.
HSL color Cylindrical-coordinate representation of color #2BA047: hue angle of 134.36º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA047 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 71 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.37 |
| HSL | 134.36º | 0.58% | 0.4% | - |
| HSV(B) | 134.36º | 0.73% | 0.63% | - |
| XYZ | 14.7 | 26.11 | 10.23 | - |
| YUV | 114.87 | 103.24 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 71 | 0.73 | 0 | 0.56 | 0.37 | 134.36 | 0.58 | 0.4 |
| Hex | 2B | A0 | 47 | 49 | 0 | 38 | 25 | 86 | 3A | 28 |
| Octal | 53 | 240 | 107 | 111 | 0 | 70 | 45 | 206 | 72 | 50 |
| Binary | 101011 | 10100000 | 1000111 | 1001001 | 0 | 111000 | 100101 | 10000110 | 111010 | 101000 |
Color Harmonies of #2BA047
Complementary color
Monochromatic Colors of #2BA047
Black with #2BA047
Text Example
Text Example
White with #2BA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA047; }
p { color: rgb(43,160,71); }
H1.HeaderClassName
{
color: #2BA047;
}
.AnyTagClassName
{
color: #2BA047;
}
</style>
background-color css
<style>
a { background-color: #2BA047; }
a { background-color: rgb(43,160,71); }
div.DivClassName
{
background-color: #2BA047;
}
.BgClassName
{
background-color: #2BA047;
}
</style>
border-color css
<style>
span { border-color: #2BA047; }
span { border-color: rgb(43,160,71); }
td.TdClassName
{
border-color: #2BA047;
}
.TagClassName
{
border-color: #2BA047;
}
</style>