Shades of Chateau Green #2BA24C
Tints of Chateau Green #2BA24C
RGB
CMYK
RGB Variations
Color information
#2BA24C (or 0x2BA24C) is known color: Chateau Green. HEX triplet: 2B, A2 and 4C. RGB value is (43,162,76). Sum of RGB (Red+Green+Blue) = 43+162+76=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA24C is #D45DB3. Grayscale: #747474. Windows color (decimal): -13917620 or 5022251. OLE color: 5022251.
HSL color Cylindrical-coordinate representation of color #2BA24C: hue angle of 136.64º 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 #2BA24C is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 76 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.36 |
| HSL | 136.64º | 0.58% | 0.4% | - |
| HSV(B) | 136.64º | 0.73% | 0.64% | - |
| XYZ | 15.22 | 26.88 | 11.22 | - |
| YUV | 116.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 76 | 0.73 | 0 | 0.53 | 0.36 | 136.64 | 0.58 | 0.4 |
| Hex | 2B | A2 | 4C | 49 | 0 | 35 | 24 | 89 | 3A | 28 |
| Octal | 53 | 242 | 114 | 111 | 0 | 65 | 44 | 211 | 72 | 50 |
| Binary | 101011 | 10100010 | 1001100 | 1001001 | 0 | 110101 | 100100 | 10001001 | 111010 | 101000 |
Color Harmonies of #2BA24C
Complementary color
Monochromatic Colors of #2BA24C
Black with #2BA24C
Text Example
Text Example
White with #2BA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA24C; }
p { color: rgb(43,162,76); }
H1.HeaderClassName
{
color: #2BA24C;
}
.AnyTagClassName
{
color: #2BA24C;
}
</style>
background-color css
<style>
a { background-color: #2BA24C; }
a { background-color: rgb(43,162,76); }
div.DivClassName
{
background-color: #2BA24C;
}
.BgClassName
{
background-color: #2BA24C;
}
</style>
border-color css
<style>
span { border-color: #2BA24C; }
span { border-color: rgb(43,162,76); }
td.TdClassName
{
border-color: #2BA24C;
}
.TagClassName
{
border-color: #2BA24C;
}
</style>