Shades of Chateau Green #2BA147
Tints of Chateau Green #2BA147
RGB
CMYK
RGB Variations
Color information
#2BA147 (or 0x2BA147) is known color: Chateau Green. HEX triplet: 2B, A1 and 47. RGB value is (43,161,71). Sum of RGB (Red+Green+Blue) = 43+161+71=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA147 is #D45EB8. Grayscale: #737373. Windows color (decimal): -13917881 or 4694315. OLE color: 4694315.
HSL color Cylindrical-coordinate representation of color #2BA147: hue angle of 134.24º 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 #2BA147 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 71 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.37 |
| HSL | 134.24º | 0.58% | 0.4% | - |
| HSV(B) | 134.24º | 0.73% | 0.63% | - |
| XYZ | 14.88 | 26.46 | 10.28 | - |
| YUV | 115.46 | 102.91 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 71 | 0.73 | 0 | 0.56 | 0.37 | 134.24 | 0.58 | 0.4 |
| Hex | 2B | A1 | 47 | 49 | 0 | 38 | 25 | 86 | 3A | 28 |
| Octal | 53 | 241 | 107 | 111 | 0 | 70 | 45 | 206 | 72 | 50 |
| Binary | 101011 | 10100001 | 1000111 | 1001001 | 0 | 111000 | 100101 | 10000110 | 111010 | 101000 |
Color Harmonies of #2BA147
Complementary color
Monochromatic Colors of #2BA147
Black with #2BA147
Text Example
Text Example
White with #2BA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA147; }
p { color: rgb(43,161,71); }
H1.HeaderClassName
{
color: #2BA147;
}
.AnyTagClassName
{
color: #2BA147;
}
</style>
background-color css
<style>
a { background-color: #2BA147; }
a { background-color: rgb(43,161,71); }
div.DivClassName
{
background-color: #2BA147;
}
.BgClassName
{
background-color: #2BA147;
}
</style>
border-color css
<style>
span { border-color: #2BA147; }
span { border-color: rgb(43,161,71); }
td.TdClassName
{
border-color: #2BA147;
}
.TagClassName
{
border-color: #2BA147;
}
</style>