Shades of Chateau Green #2BAC42
Tints of Chateau Green #2BAC42
RGB
CMYK
RGB Variations
Color information
#2BAC42 (or 0x2BAC42) is known color: Chateau Green. HEX triplet: 2B, AC and 42. RGB value is (43,172,66). Sum of RGB (Red+Green+Blue) = 43+172+66=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAC42 is #D453BD. Grayscale: #797979. Windows color (decimal): -13915070 or 4369451. OLE color: 4369451.
HSL color Cylindrical-coordinate representation of color #2BAC42: hue angle of 130.7º 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 #2BAC42 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 66 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.33 |
| HSL | 130.7º | 0.6% | 0.42% | - |
| HSV(B) | 130.7º | 0.75% | 0.67% | - |
| XYZ | 16.73 | 30.41 | 10.14 | - |
| YUV | 121.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 66 | 0.75 | 0 | 0.62 | 0.33 | 130.7 | 0.6 | 0.42 |
| Hex | 2B | AC | 42 | 4B | 0 | 3E | 21 | 83 | 3C | 2A |
| Octal | 53 | 254 | 102 | 113 | 0 | 76 | 41 | 203 | 74 | 52 |
| Binary | 101011 | 10101100 | 1000010 | 1001011 | 0 | 111110 | 100001 | 10000011 | 111100 | 101010 |
Color Harmonies of #2BAC42
Complementary color
Monochromatic Colors of #2BAC42
Black with #2BAC42
Text Example
Text Example
White with #2BAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC42; }
p { color: rgb(43,172,66); }
H1.HeaderClassName
{
color: #2BAC42;
}
.AnyTagClassName
{
color: #2BAC42;
}
</style>
background-color css
<style>
a { background-color: #2BAC42; }
a { background-color: rgb(43,172,66); }
div.DivClassName
{
background-color: #2BAC42;
}
.BgClassName
{
background-color: #2BAC42;
}
</style>
border-color css
<style>
span { border-color: #2BAC42; }
span { border-color: rgb(43,172,66); }
td.TdClassName
{
border-color: #2BAC42;
}
.TagClassName
{
border-color: #2BAC42;
}
</style>