Shades of Chateau Green #2BA148
Tints of Chateau Green #2BA148
RGB
CMYK
RGB Variations
Color information
#2BA148 (or 0x2BA148) is known color: Chateau Green. HEX triplet: 2B, A1 and 48. RGB value is (43,161,72). Sum of RGB (Red+Green+Blue) = 43+161+72=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA148 is #D45EB7. Grayscale: #737373. Windows color (decimal): -13917880 or 4759851. OLE color: 4759851.
HSL color Cylindrical-coordinate representation of color #2BA148: hue angle of 134.75º 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 #2BA148 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 72 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.37 |
| HSL | 134.75º | 0.58% | 0.4% | - |
| HSV(B) | 134.75º | 0.73% | 0.63% | - |
| XYZ | 14.91 | 26.47 | 10.45 | - |
| YUV | 115.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 72 | 0.73 | 0 | 0.55 | 0.37 | 134.75 | 0.58 | 0.4 |
| Hex | 2B | A1 | 48 | 49 | 0 | 37 | 25 | 87 | 3A | 28 |
| Octal | 53 | 241 | 110 | 111 | 0 | 67 | 45 | 207 | 72 | 50 |
| Binary | 101011 | 10100001 | 1001000 | 1001001 | 0 | 110111 | 100101 | 10000111 | 111010 | 101000 |
Color Harmonies of #2BA148
Complementary color
Monochromatic Colors of #2BA148
Black with #2BA148
Text Example
Text Example
White with #2BA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA148; }
p { color: rgb(43,161,72); }
H1.HeaderClassName
{
color: #2BA148;
}
.AnyTagClassName
{
color: #2BA148;
}
</style>
background-color css
<style>
a { background-color: #2BA148; }
a { background-color: rgb(43,161,72); }
div.DivClassName
{
background-color: #2BA148;
}
.BgClassName
{
background-color: #2BA148;
}
</style>
border-color css
<style>
span { border-color: #2BA148; }
span { border-color: rgb(43,161,72); }
td.TdClassName
{
border-color: #2BA148;
}
.TagClassName
{
border-color: #2BA148;
}
</style>