Shades of Chateau Green #2BAC3F
Tints of Chateau Green #2BAC3F
RGB
CMYK
RGB Variations
Color information
#2BAC3F (or 0x2BAC3F) is known color: Chateau Green. HEX triplet: 2B, AC and 3F. RGB value is (43,172,63). Sum of RGB (Red+Green+Blue) = 43+172+63=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC3F is #D453C0. Grayscale: #797979. Windows color (decimal): -13915073 or 4172843. OLE color: 4172843.
HSL color Cylindrical-coordinate representation of color #2BAC3F: hue angle of 129.3º 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 #2BAC3F is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 63 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.33 |
| HSL | 129.3º | 0.6% | 0.42% | - |
| HSV(B) | 129.3º | 0.75% | 0.67% | - |
| XYZ | 16.65 | 30.38 | 9.69 | - |
| YUV | 121 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 63 | 0.75 | 0 | 0.63 | 0.33 | 129.3 | 0.6 | 0.42 |
| Hex | 2B | AC | 3F | 4B | 0 | 3F | 21 | 81 | 3C | 2A |
| Octal | 53 | 254 | 77 | 113 | 0 | 77 | 41 | 201 | 74 | 52 |
| Binary | 101011 | 10101100 | 111111 | 1001011 | 0 | 111111 | 100001 | 10000001 | 111100 | 101010 |
Color Harmonies of #2BAC3F
Complementary color
Monochromatic Colors of #2BAC3F
Black with #2BAC3F
Text Example
Text Example
White with #2BAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC3F; }
p { color: rgb(43,172,63); }
H1.HeaderClassName
{
color: #2BAC3F;
}
.AnyTagClassName
{
color: #2BAC3F;
}
</style>
background-color css
<style>
a { background-color: #2BAC3F; }
a { background-color: rgb(43,172,63); }
div.DivClassName
{
background-color: #2BAC3F;
}
.BgClassName
{
background-color: #2BAC3F;
}
</style>
border-color css
<style>
span { border-color: #2BAC3F; }
span { border-color: rgb(43,172,63); }
td.TdClassName
{
border-color: #2BAC3F;
}
.TagClassName
{
border-color: #2BAC3F;
}
</style>