Shades of Chateau Green #2BAE56
Tints of Chateau Green #2BAE56
RGB
CMYK
RGB Variations
Color information
#2BAE56 (or 0x2BAE56) is known color: Chateau Green. HEX triplet: 2B, AE and 56. RGB value is (43,174,86). Sum of RGB (Red+Green+Blue) = 43+174+86=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE56 is #D451A9. Grayscale: #7D7D7D. Windows color (decimal): -13914538 or 5680683. OLE color: 5680683.
HSL color Cylindrical-coordinate representation of color #2BAE56: hue angle of 139.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE56 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 86 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.32 |
| HSL | 139.69º | 0.6% | 0.43% | - |
| HSV(B) | 139.69º | 0.75% | 0.68% | - |
| XYZ | 17.81 | 31.46 | 13.94 | - |
| YUV | 124.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 86 | 0.75 | 0 | 0.51 | 0.32 | 139.69 | 0.6 | 0.43 |
| Hex | 2B | AE | 56 | 4B | 0 | 33 | 20 | 8C | 3C | 2B |
| Octal | 53 | 256 | 126 | 113 | 0 | 63 | 40 | 214 | 74 | 53 |
| Binary | 101011 | 10101110 | 1010110 | 1001011 | 0 | 110011 | 100000 | 10001100 | 111100 | 101011 |
Color Harmonies of #2BAE56
Complementary color
Monochromatic Colors of #2BAE56
Black with #2BAE56
Text Example
Text Example
White with #2BAE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE56; }
p { color: rgb(43,174,86); }
H1.HeaderClassName
{
color: #2BAE56;
}
.AnyTagClassName
{
color: #2BAE56;
}
</style>
background-color css
<style>
a { background-color: #2BAE56; }
a { background-color: rgb(43,174,86); }
div.DivClassName
{
background-color: #2BAE56;
}
.BgClassName
{
background-color: #2BAE56;
}
</style>
border-color css
<style>
span { border-color: #2BAE56; }
span { border-color: rgb(43,174,86); }
td.TdClassName
{
border-color: #2BAE56;
}
.TagClassName
{
border-color: #2BAE56;
}
</style>