Shades of Chateau Green #2BA04E
Tints of Chateau Green #2BA04E
RGB
CMYK
RGB Variations
Color information
#2BA04E (or 0x2BA04E) is known color: Chateau Green. HEX triplet: 2B, A0 and 4E. RGB value is (43,160,78). Sum of RGB (Red+Green+Blue) = 43+160+78=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA04E is #D45FB1. Grayscale: #737373. Windows color (decimal): -13918130 or 5152811. OLE color: 5152811.
HSL color Cylindrical-coordinate representation of color #2BA04E: hue angle of 137.95º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA04E is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 78 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.37 |
| HSL | 137.95º | 0.58% | 0.4% | - |
| HSV(B) | 137.95º | 0.73% | 0.63% | - |
| XYZ | 14.94 | 26.21 | 11.48 | - |
| YUV | 115.67 | 106.74 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 78 | 0.73 | 0 | 0.51 | 0.37 | 137.95 | 0.58 | 0.4 |
| Hex | 2B | A0 | 4E | 49 | 0 | 33 | 25 | 8A | 3A | 28 |
| Octal | 53 | 240 | 116 | 111 | 0 | 63 | 45 | 212 | 72 | 50 |
| Binary | 101011 | 10100000 | 1001110 | 1001001 | 0 | 110011 | 100101 | 10001010 | 111010 | 101000 |
Color Harmonies of #2BA04E
Complementary color
Monochromatic Colors of #2BA04E
Black with #2BA04E
Text Example
Text Example
White with #2BA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA04E; }
p { color: rgb(43,160,78); }
H1.HeaderClassName
{
color: #2BA04E;
}
.AnyTagClassName
{
color: #2BA04E;
}
</style>
background-color css
<style>
a { background-color: #2BA04E; }
a { background-color: rgb(43,160,78); }
div.DivClassName
{
background-color: #2BA04E;
}
.BgClassName
{
background-color: #2BA04E;
}
</style>
border-color css
<style>
span { border-color: #2BA04E; }
span { border-color: rgb(43,160,78); }
td.TdClassName
{
border-color: #2BA04E;
}
.TagClassName
{
border-color: #2BA04E;
}
</style>