Shades of Chateau Green #2BAA54
Tints of Chateau Green #2BAA54
RGB
CMYK
RGB Variations
Color information
#2BAA54 (or 0x2BAA54) is known color: Chateau Green. HEX triplet: 2B, AA and 54. RGB value is (43,170,84). Sum of RGB (Red+Green+Blue) = 43+170+84=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA54 is #D455AB. Grayscale: #7A7A7A. Windows color (decimal): -13915564 or 5548587. OLE color: 5548587.
HSL color Cylindrical-coordinate representation of color #2BAA54: hue angle of 139.37º 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 #2BAA54 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 84 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.33 |
| HSL | 139.37º | 0.6% | 0.42% | - |
| HSV(B) | 139.37º | 0.75% | 0.67% | - |
| XYZ | 16.97 | 29.9 | 13.26 | - |
| YUV | 122.22 | 106.42 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 84 | 0.75 | 0 | 0.51 | 0.33 | 139.37 | 0.6 | 0.42 |
| Hex | 2B | AA | 54 | 4B | 0 | 33 | 21 | 8B | 3C | 2A |
| Octal | 53 | 252 | 124 | 113 | 0 | 63 | 41 | 213 | 74 | 52 |
| Binary | 101011 | 10101010 | 1010100 | 1001011 | 0 | 110011 | 100001 | 10001011 | 111100 | 101010 |
Color Harmonies of #2BAA54
Complementary color
Monochromatic Colors of #2BAA54
Black with #2BAA54
Text Example
Text Example
White with #2BAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA54; }
p { color: rgb(43,170,84); }
H1.HeaderClassName
{
color: #2BAA54;
}
.AnyTagClassName
{
color: #2BAA54;
}
</style>
background-color css
<style>
a { background-color: #2BAA54; }
a { background-color: rgb(43,170,84); }
div.DivClassName
{
background-color: #2BAA54;
}
.BgClassName
{
background-color: #2BAA54;
}
</style>
border-color css
<style>
span { border-color: #2BAA54; }
span { border-color: rgb(43,170,84); }
td.TdClassName
{
border-color: #2BAA54;
}
.TagClassName
{
border-color: #2BAA54;
}
</style>