Shades of Chateau Green #2BA846
Tints of Chateau Green #2BA846
RGB
CMYK
RGB Variations
Color information
#2BA846 (or 0x2BA846) is known color: Chateau Green. HEX triplet: 2B, A8 and 46. RGB value is (43,168,70). Sum of RGB (Red+Green+Blue) = 43+168+70=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA846 is #D457B9. Grayscale: #777777. Windows color (decimal): -13916090 or 4630571. OLE color: 4630571.
HSL color Cylindrical-coordinate representation of color #2BA846: hue angle of 132.96º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA846 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 70 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.34 |
| HSL | 132.96º | 0.59% | 0.41% | - |
| HSV(B) | 132.96º | 0.74% | 0.66% | - |
| XYZ | 16.1 | 28.96 | 10.54 | - |
| YUV | 119.45 | 100.09 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 70 | 0.74 | 0 | 0.58 | 0.34 | 132.96 | 0.59 | 0.41 |
| Hex | 2B | A8 | 46 | 4A | 0 | 3A | 22 | 85 | 3B | 29 |
| Octal | 53 | 250 | 106 | 112 | 0 | 72 | 42 | 205 | 73 | 51 |
| Binary | 101011 | 10101000 | 1000110 | 1001010 | 0 | 111010 | 100010 | 10000101 | 111011 | 101001 |
Color Harmonies of #2BA846
Complementary color
Monochromatic Colors of #2BA846
Black with #2BA846
Text Example
Text Example
White with #2BA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA846; }
p { color: rgb(43,168,70); }
H1.HeaderClassName
{
color: #2BA846;
}
.AnyTagClassName
{
color: #2BA846;
}
</style>
background-color css
<style>
a { background-color: #2BA846; }
a { background-color: rgb(43,168,70); }
div.DivClassName
{
background-color: #2BA846;
}
.BgClassName
{
background-color: #2BA846;
}
</style>
border-color css
<style>
span { border-color: #2BA846; }
span { border-color: rgb(43,168,70); }
td.TdClassName
{
border-color: #2BA846;
}
.TagClassName
{
border-color: #2BA846;
}
</style>