Shades of Chateau Green #2BAA4C
Tints of Chateau Green #2BAA4C
RGB
CMYK
RGB Variations
Color information
#2BAA4C (or 0x2BAA4C) is known color: Chateau Green. HEX triplet: 2B, AA and 4C. RGB value is (43,170,76). Sum of RGB (Red+Green+Blue) = 43+170+76=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA4C is #D455B3. Grayscale: #797979. Windows color (decimal): -13915572 or 5024299. OLE color: 5024299.
HSL color Cylindrical-coordinate representation of color #2BAA4C: hue angle of 135.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA4C is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 76 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.33 |
| HSL | 135.59º | 0.6% | 0.42% | - |
| HSV(B) | 135.59º | 0.75% | 0.67% | - |
| XYZ | 16.68 | 29.78 | 11.71 | - |
| YUV | 121.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 76 | 0.75 | 0 | 0.55 | 0.33 | 135.59 | 0.6 | 0.42 |
| Hex | 2B | AA | 4C | 4B | 0 | 37 | 21 | 88 | 3C | 2A |
| Octal | 53 | 252 | 114 | 113 | 0 | 67 | 41 | 210 | 74 | 52 |
| Binary | 101011 | 10101010 | 1001100 | 1001011 | 0 | 110111 | 100001 | 10001000 | 111100 | 101010 |
Color Harmonies of #2BAA4C
Complementary color
Monochromatic Colors of #2BAA4C
Black with #2BAA4C
Text Example
Text Example
White with #2BAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA4C; }
p { color: rgb(43,170,76); }
H1.HeaderClassName
{
color: #2BAA4C;
}
.AnyTagClassName
{
color: #2BAA4C;
}
</style>
background-color css
<style>
a { background-color: #2BAA4C; }
a { background-color: rgb(43,170,76); }
div.DivClassName
{
background-color: #2BAA4C;
}
.BgClassName
{
background-color: #2BAA4C;
}
</style>
border-color css
<style>
span { border-color: #2BAA4C; }
span { border-color: rgb(43,170,76); }
td.TdClassName
{
border-color: #2BAA4C;
}
.TagClassName
{
border-color: #2BAA4C;
}
</style>