Shades of Chateau Green #2BAE50
Tints of Chateau Green #2BAE50
RGB
CMYK
RGB Variations
Color information
#2BAE50 (or 0x2BAE50) is known color: Chateau Green. HEX triplet: 2B, AE and 50. RGB value is (43,174,80). Sum of RGB (Red+Green+Blue) = 43+174+80=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE50 is #D451AF. Grayscale: #7C7C7C. Windows color (decimal): -13914544 or 5287467. OLE color: 5287467.
HSL color Cylindrical-coordinate representation of color #2BAE50: hue angle of 136.95º 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 #2BAE50 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 80 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.32 |
| HSL | 136.95º | 0.6% | 0.43% | - |
| HSV(B) | 136.95º | 0.75% | 0.68% | - |
| XYZ | 17.58 | 31.36 | 12.72 | - |
| YUV | 124.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 80 | 0.75 | 0 | 0.54 | 0.32 | 136.95 | 0.6 | 0.43 |
| Hex | 2B | AE | 50 | 4B | 0 | 36 | 20 | 89 | 3C | 2B |
| Octal | 53 | 256 | 120 | 113 | 0 | 66 | 40 | 211 | 74 | 53 |
| Binary | 101011 | 10101110 | 1010000 | 1001011 | 0 | 110110 | 100000 | 10001001 | 111100 | 101011 |
Color Harmonies of #2BAE50
Complementary color
Monochromatic Colors of #2BAE50
Black with #2BAE50
Text Example
Text Example
White with #2BAE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE50; }
p { color: rgb(43,174,80); }
H1.HeaderClassName
{
color: #2BAE50;
}
.AnyTagClassName
{
color: #2BAE50;
}
</style>
background-color css
<style>
a { background-color: #2BAE50; }
a { background-color: rgb(43,174,80); }
div.DivClassName
{
background-color: #2BAE50;
}
.BgClassName
{
background-color: #2BAE50;
}
</style>
border-color css
<style>
span { border-color: #2BAE50; }
span { border-color: rgb(43,174,80); }
td.TdClassName
{
border-color: #2BAE50;
}
.TagClassName
{
border-color: #2BAE50;
}
</style>