Shades of Chateau Green #2BAA3F
Tints of Chateau Green #2BAA3F
RGB
CMYK
RGB Variations
Color information
#2BAA3F (or 0x2BAA3F) is known color: Chateau Green. HEX triplet: 2B, AA and 3F. RGB value is (43,170,63). Sum of RGB (Red+Green+Blue) = 43+170+63=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA3F is #D455C0. Grayscale: #787878. Windows color (decimal): -13915585 or 4172331. OLE color: 4172331.
HSL color Cylindrical-coordinate representation of color #2BAA3F: hue angle of 129.45º 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 #2BAA3F is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 63 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.33 |
| HSL | 129.45º | 0.6% | 0.42% | - |
| HSV(B) | 129.45º | 0.75% | 0.67% | - |
| XYZ | 16.27 | 29.62 | 9.56 | - |
| YUV | 119.83 | 95.92 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 63 | 0.75 | 0 | 0.63 | 0.33 | 129.45 | 0.6 | 0.42 |
| Hex | 2B | AA | 3F | 4B | 0 | 3F | 21 | 81 | 3C | 2A |
| Octal | 53 | 252 | 77 | 113 | 0 | 77 | 41 | 201 | 74 | 52 |
| Binary | 101011 | 10101010 | 111111 | 1001011 | 0 | 111111 | 100001 | 10000001 | 111100 | 101010 |
Color Harmonies of #2BAA3F
Complementary color
Monochromatic Colors of #2BAA3F
Black with #2BAA3F
Text Example
Text Example
White with #2BAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA3F; }
p { color: rgb(43,170,63); }
H1.HeaderClassName
{
color: #2BAA3F;
}
.AnyTagClassName
{
color: #2BAA3F;
}
</style>
background-color css
<style>
a { background-color: #2BAA3F; }
a { background-color: rgb(43,170,63); }
div.DivClassName
{
background-color: #2BAA3F;
}
.BgClassName
{
background-color: #2BAA3F;
}
</style>
border-color css
<style>
span { border-color: #2BAA3F; }
span { border-color: rgb(43,170,63); }
td.TdClassName
{
border-color: #2BAA3F;
}
.TagClassName
{
border-color: #2BAA3F;
}
</style>