Shades of Chateau Green #2BAA44
Tints of Chateau Green #2BAA44
RGB
CMYK
RGB Variations
Color information
#2BAA44 (or 0x2BAA44) is known color: Chateau Green. HEX triplet: 2B, AA and 44. RGB value is (43,170,68). Sum of RGB (Red+Green+Blue) = 43+170+68=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA44 is #D455BB. Grayscale: #787878. Windows color (decimal): -13915580 or 4500011. OLE color: 4500011.
HSL color Cylindrical-coordinate representation of color #2BAA44: hue angle of 131.81º 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 #2BAA44 is Cyan = 0.75, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 68 | - |
| CMYK | 0.75 | 0 | 0.6 | 0.33 |
| HSL | 131.81º | 0.6% | 0.42% | - |
| HSV(B) | 131.81º | 0.75% | 0.67% | - |
| XYZ | 16.41 | 29.68 | 10.33 | - |
| YUV | 120.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 68 | 0.75 | 0 | 0.6 | 0.33 | 131.81 | 0.6 | 0.42 |
| Hex | 2B | AA | 44 | 4B | 0 | 3C | 21 | 84 | 3C | 2A |
| Octal | 53 | 252 | 104 | 113 | 0 | 74 | 41 | 204 | 74 | 52 |
| Binary | 101011 | 10101010 | 1000100 | 1001011 | 0 | 111100 | 100001 | 10000100 | 111100 | 101010 |
Color Harmonies of #2BAA44
Complementary color
Monochromatic Colors of #2BAA44
Black with #2BAA44
Text Example
Text Example
White with #2BAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA44; }
p { color: rgb(43,170,68); }
H1.HeaderClassName
{
color: #2BAA44;
}
.AnyTagClassName
{
color: #2BAA44;
}
</style>
background-color css
<style>
a { background-color: #2BAA44; }
a { background-color: rgb(43,170,68); }
div.DivClassName
{
background-color: #2BAA44;
}
.BgClassName
{
background-color: #2BAA44;
}
</style>
border-color css
<style>
span { border-color: #2BAA44; }
span { border-color: rgb(43,170,68); }
td.TdClassName
{
border-color: #2BAA44;
}
.TagClassName
{
border-color: #2BAA44;
}
</style>