Shades of Chateau Green #2BA44C
Tints of Chateau Green #2BA44C
RGB
CMYK
RGB Variations
Color information
#2BA44C (or 0x2BA44C) is known color: Chateau Green. HEX triplet: 2B, A4 and 4C. RGB value is (43,164,76). Sum of RGB (Red+Green+Blue) = 43+164+76=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA44C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA44C is #D45BB3. Grayscale: #767676. Windows color (decimal): -13917108 or 5022763. OLE color: 5022763.
HSL color Cylindrical-coordinate representation of color #2BA44C: hue angle of 136.36º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA44C is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 76 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.36 |
| HSL | 136.36º | 0.58% | 0.41% | - |
| HSV(B) | 136.36º | 0.74% | 0.64% | - |
| XYZ | 15.58 | 27.59 | 11.34 | - |
| YUV | 117.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 76 | 0.74 | 0 | 0.54 | 0.36 | 136.36 | 0.58 | 0.41 |
| Hex | 2B | A4 | 4C | 4A | 0 | 36 | 24 | 88 | 3A | 29 |
| Octal | 53 | 244 | 114 | 112 | 0 | 66 | 44 | 210 | 72 | 51 |
| Binary | 101011 | 10100100 | 1001100 | 1001010 | 0 | 110110 | 100100 | 10001000 | 111010 | 101001 |
Color Harmonies of #2BA44C
Complementary color
Monochromatic Colors of #2BA44C
Black with #2BA44C
Text Example
Text Example
White with #2BA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA44C; }
p { color: rgb(43,164,76); }
H1.HeaderClassName
{
color: #2BA44C;
}
.AnyTagClassName
{
color: #2BA44C;
}
</style>
background-color css
<style>
a { background-color: #2BA44C; }
a { background-color: rgb(43,164,76); }
div.DivClassName
{
background-color: #2BA44C;
}
.BgClassName
{
background-color: #2BA44C;
}
</style>
border-color css
<style>
span { border-color: #2BA44C; }
span { border-color: rgb(43,164,76); }
td.TdClassName
{
border-color: #2BA44C;
}
.TagClassName
{
border-color: #2BA44C;
}
</style>