Shades of Chateau Green #2BA54E
Tints of Chateau Green #2BA54E
RGB
CMYK
RGB Variations
Color information
#2BA54E (or 0x2BA54E) is known color: Chateau Green. HEX triplet: 2B, A5 and 4E. RGB value is (43,165,78). Sum of RGB (Red+Green+Blue) = 43+165+78=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA54E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA54E is #D45AB1. Grayscale: #767676. Windows color (decimal): -13916850 or 5154091. OLE color: 5154091.
HSL color Cylindrical-coordinate representation of color #2BA54E: hue angle of 137.21º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA54E is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 78 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.35 |
| HSL | 137.21º | 0.59% | 0.41% | - |
| HSV(B) | 137.21º | 0.74% | 0.65% | - |
| XYZ | 15.83 | 27.97 | 11.77 | - |
| YUV | 118.6 | 105.08 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 78 | 0.74 | 0 | 0.53 | 0.35 | 137.21 | 0.59 | 0.41 |
| Hex | 2B | A5 | 4E | 4A | 0 | 35 | 23 | 89 | 3B | 29 |
| Octal | 53 | 245 | 116 | 112 | 0 | 65 | 43 | 211 | 73 | 51 |
| Binary | 101011 | 10100101 | 1001110 | 1001010 | 0 | 110101 | 100011 | 10001001 | 111011 | 101001 |
Color Harmonies of #2BA54E
Complementary color
Monochromatic Colors of #2BA54E
Black with #2BA54E
Text Example
Text Example
White with #2BA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA54E; }
p { color: rgb(43,165,78); }
H1.HeaderClassName
{
color: #2BA54E;
}
.AnyTagClassName
{
color: #2BA54E;
}
</style>
background-color css
<style>
a { background-color: #2BA54E; }
a { background-color: rgb(43,165,78); }
div.DivClassName
{
background-color: #2BA54E;
}
.BgClassName
{
background-color: #2BA54E;
}
</style>
border-color css
<style>
span { border-color: #2BA54E; }
span { border-color: rgb(43,165,78); }
td.TdClassName
{
border-color: #2BA54E;
}
.TagClassName
{
border-color: #2BA54E;
}
</style>