Shades of Chateau Green #2BA24E
Tints of Chateau Green #2BA24E
RGB
CMYK
RGB Variations
Color information
#2BA24E (or 0x2BA24E) is known color: Chateau Green. HEX triplet: 2B, A2 and 4E. RGB value is (43,162,78). Sum of RGB (Red+Green+Blue) = 43+162+78=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA24E is #D45DB1. Grayscale: #757575. Windows color (decimal): -13917618 or 5153323. OLE color: 5153323.
HSL color Cylindrical-coordinate representation of color #2BA24E: hue angle of 137.65º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA24E is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 78 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.36 |
| HSL | 137.65º | 0.58% | 0.4% | - |
| HSV(B) | 137.65º | 0.73% | 0.64% | - |
| XYZ | 15.29 | 26.9 | 11.59 | - |
| YUV | 116.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 78 | 0.73 | 0 | 0.52 | 0.36 | 137.65 | 0.58 | 0.4 |
| Hex | 2B | A2 | 4E | 49 | 0 | 34 | 24 | 8A | 3A | 28 |
| Octal | 53 | 242 | 116 | 111 | 0 | 64 | 44 | 212 | 72 | 50 |
| Binary | 101011 | 10100010 | 1001110 | 1001001 | 0 | 110100 | 100100 | 10001010 | 111010 | 101000 |
Color Harmonies of #2BA24E
Complementary color
Monochromatic Colors of #2BA24E
Black with #2BA24E
Text Example
Text Example
White with #2BA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA24E; }
p { color: rgb(43,162,78); }
H1.HeaderClassName
{
color: #2BA24E;
}
.AnyTagClassName
{
color: #2BA24E;
}
</style>
background-color css
<style>
a { background-color: #2BA24E; }
a { background-color: rgb(43,162,78); }
div.DivClassName
{
background-color: #2BA24E;
}
.BgClassName
{
background-color: #2BA24E;
}
</style>
border-color css
<style>
span { border-color: #2BA24E; }
span { border-color: rgb(43,162,78); }
td.TdClassName
{
border-color: #2BA24E;
}
.TagClassName
{
border-color: #2BA24E;
}
</style>