Shades of Chateau Green #2BA14A
Tints of Chateau Green #2BA14A
RGB
CMYK
RGB Variations
Color information
#2BA14A (or 0x2BA14A) is known color: Chateau Green. HEX triplet: 2B, A1 and 4A. RGB value is (43,161,74). Sum of RGB (Red+Green+Blue) = 43+161+74=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA14A is #D45EB5. Grayscale: #747474. Windows color (decimal): -13917878 or 4890923. OLE color: 4890923.
HSL color Cylindrical-coordinate representation of color #2BA14A: hue angle of 135.76º 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 #2BA14A is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 74 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.37 |
| HSL | 135.76º | 0.58% | 0.4% | - |
| HSV(B) | 135.76º | 0.73% | 0.63% | - |
| XYZ | 14.98 | 26.5 | 10.8 | - |
| YUV | 115.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 74 | 0.73 | 0 | 0.54 | 0.37 | 135.76 | 0.58 | 0.4 |
| Hex | 2B | A1 | 4A | 49 | 0 | 36 | 25 | 88 | 3A | 28 |
| Octal | 53 | 241 | 112 | 111 | 0 | 66 | 45 | 210 | 72 | 50 |
| Binary | 101011 | 10100001 | 1001010 | 1001001 | 0 | 110110 | 100101 | 10001000 | 111010 | 101000 |
Color Harmonies of #2BA14A
Complementary color
Monochromatic Colors of #2BA14A
Black with #2BA14A
Text Example
Text Example
White with #2BA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA14A; }
p { color: rgb(43,161,74); }
H1.HeaderClassName
{
color: #2BA14A;
}
.AnyTagClassName
{
color: #2BA14A;
}
</style>
background-color css
<style>
a { background-color: #2BA14A; }
a { background-color: rgb(43,161,74); }
div.DivClassName
{
background-color: #2BA14A;
}
.BgClassName
{
background-color: #2BA14A;
}
</style>
border-color css
<style>
span { border-color: #2BA14A; }
span { border-color: rgb(43,161,74); }
td.TdClassName
{
border-color: #2BA14A;
}
.TagClassName
{
border-color: #2BA14A;
}
</style>