Shades of Chateau Green #2BA14B
Tints of Chateau Green #2BA14B
RGB
CMYK
RGB Variations
Color information
#2BA14B (or 0x2BA14B) is known color: Chateau Green. HEX triplet: 2B, A1 and 4B. RGB value is (43,161,75). Sum of RGB (Red+Green+Blue) = 43+161+75=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA14B is #D45EB4. Grayscale: #747474. Windows color (decimal): -13917877 or 4956459. OLE color: 4956459.
HSL color Cylindrical-coordinate representation of color #2BA14B: hue angle of 136.27º 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 #2BA14B is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 75 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.37 |
| HSL | 136.27º | 0.58% | 0.4% | - |
| HSV(B) | 136.27º | 0.73% | 0.63% | - |
| XYZ | 15.01 | 26.51 | 10.98 | - |
| YUV | 115.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 75 | 0.73 | 0 | 0.53 | 0.37 | 136.27 | 0.58 | 0.4 |
| Hex | 2B | A1 | 4B | 49 | 0 | 35 | 25 | 88 | 3A | 28 |
| Octal | 53 | 241 | 113 | 111 | 0 | 65 | 45 | 210 | 72 | 50 |
| Binary | 101011 | 10100001 | 1001011 | 1001001 | 0 | 110101 | 100101 | 10001000 | 111010 | 101000 |
Color Harmonies of #2BA14B
Complementary color
Monochromatic Colors of #2BA14B
Black with #2BA14B
Text Example
Text Example
White with #2BA14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA14B; }
p { color: rgb(43,161,75); }
H1.HeaderClassName
{
color: #2BA14B;
}
.AnyTagClassName
{
color: #2BA14B;
}
</style>
background-color css
<style>
a { background-color: #2BA14B; }
a { background-color: rgb(43,161,75); }
div.DivClassName
{
background-color: #2BA14B;
}
.BgClassName
{
background-color: #2BA14B;
}
</style>
border-color css
<style>
span { border-color: #2BA14B; }
span { border-color: rgb(43,161,75); }
td.TdClassName
{
border-color: #2BA14B;
}
.TagClassName
{
border-color: #2BA14B;
}
</style>