Shades of Chateau Green #2BA145
Tints of Chateau Green #2BA145
RGB
CMYK
RGB Variations
Color information
#2BA145 (or 0x2BA145) is known color: Chateau Green. HEX triplet: 2B, A1 and 45. RGB value is (43,161,69). Sum of RGB (Red+Green+Blue) = 43+161+69=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA145 is #D45EBA. Grayscale: #737373. Windows color (decimal): -13917883 or 4563243. OLE color: 4563243.
HSL color Cylindrical-coordinate representation of color #2BA145: hue angle of 133.22º 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 #2BA145 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 69 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.37 |
| HSL | 133.22º | 0.58% | 0.4% | - |
| HSV(B) | 133.22º | 0.73% | 0.63% | - |
| XYZ | 14.82 | 26.43 | 9.95 | - |
| YUV | 115.23 | 101.91 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 69 | 0.73 | 0 | 0.57 | 0.37 | 133.22 | 0.58 | 0.4 |
| Hex | 2B | A1 | 45 | 49 | 0 | 39 | 25 | 85 | 3A | 28 |
| Octal | 53 | 241 | 105 | 111 | 0 | 71 | 45 | 205 | 72 | 50 |
| Binary | 101011 | 10100001 | 1000101 | 1001001 | 0 | 111001 | 100101 | 10000101 | 111010 | 101000 |
Color Harmonies of #2BA145
Complementary color
Monochromatic Colors of #2BA145
Black with #2BA145
Text Example
Text Example
White with #2BA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA145; }
p { color: rgb(43,161,69); }
H1.HeaderClassName
{
color: #2BA145;
}
.AnyTagClassName
{
color: #2BA145;
}
</style>
background-color css
<style>
a { background-color: #2BA145; }
a { background-color: rgb(43,161,69); }
div.DivClassName
{
background-color: #2BA145;
}
.BgClassName
{
background-color: #2BA145;
}
</style>
border-color css
<style>
span { border-color: #2BA145; }
span { border-color: rgb(43,161,69); }
td.TdClassName
{
border-color: #2BA145;
}
.TagClassName
{
border-color: #2BA145;
}
</style>