Shades of Chateau Green #2BAC45
Tints of Chateau Green #2BAC45
RGB
CMYK
RGB Variations
Color information
#2BAC45 (or 0x2BAC45) is known color: Chateau Green. HEX triplet: 2B, AC and 45. RGB value is (43,172,69). Sum of RGB (Red+Green+Blue) = 43+172+69=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC45 is #D453BA. Grayscale: #797979. Windows color (decimal): -13915067 or 4566059. OLE color: 4566059.
HSL color Cylindrical-coordinate representation of color #2BAC45: hue angle of 132.09º 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 #2BAC45 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 69 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.33 |
| HSL | 132.09º | 0.6% | 0.42% | - |
| HSV(B) | 132.09º | 0.75% | 0.67% | - |
| XYZ | 16.82 | 30.45 | 10.62 | - |
| YUV | 121.69 | 98.26 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 69 | 0.75 | 0 | 0.60 | 0.33 | 132.09 | 0.6 | 0.42 |
| Hex | 2B | AC | 45 | 4B | 0 | 3C | 21 | 84 | 3C | 2A |
| Octal | 53 | 254 | 105 | 113 | 0 | 74 | 41 | 204 | 74 | 52 |
| Binary | 101011 | 10101100 | 1000101 | 1001011 | 0 | 111100 | 100001 | 10000100 | 111100 | 101010 |
Color Harmonies of #2BAC45
Complementary color
Monochromatic Colors of #2BAC45
Black with #2BAC45
Text Example
Text Example
White with #2BAC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC45; }
p { color: rgb(43,172,69); }
H1.HeaderClassName
{
color: #2BAC45;
}
.AnyTagClassName
{
color: #2BAC45;
}
</style>
background-color css
<style>
a { background-color: #2BAC45; }
a { background-color: rgb(43,172,69); }
div.DivClassName
{
background-color: #2BAC45;
}
.BgClassName
{
background-color: #2BAC45;
}
</style>
border-color css
<style>
span { border-color: #2BAC45; }
span { border-color: rgb(43,172,69); }
td.TdClassName
{
border-color: #2BAC45;
}
.TagClassName
{
border-color: #2BAC45;
}
</style>