Shades of Chateau Green #2BA64E
Tints of Chateau Green #2BA64E
RGB
CMYK
RGB Variations
Color information
#2BA64E (or 0x2BA64E) is known color: Chateau Green. HEX triplet: 2B, A6 and 4E. RGB value is (43,166,78). Sum of RGB (Red+Green+Blue) = 43+166+78=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA64E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA64E is #D459B1. Grayscale: #777777. Windows color (decimal): -13916594 or 5154347. OLE color: 5154347.
HSL color Cylindrical-coordinate representation of color #2BA64E: hue angle of 137.07º 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 #2BA64E is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 78 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.35 |
| HSL | 137.07º | 0.59% | 0.41% | - |
| HSV(B) | 137.07º | 0.74% | 0.65% | - |
| XYZ | 16.01 | 28.34 | 11.83 | - |
| YUV | 119.19 | 104.75 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 78 | 0.74 | 0 | 0.53 | 0.35 | 137.07 | 0.59 | 0.41 |
| Hex | 2B | A6 | 4E | 4A | 0 | 35 | 23 | 89 | 3B | 29 |
| Octal | 53 | 246 | 116 | 112 | 0 | 65 | 43 | 211 | 73 | 51 |
| Binary | 101011 | 10100110 | 1001110 | 1001010 | 0 | 110101 | 100011 | 10001001 | 111011 | 101001 |
Color Harmonies of #2BA64E
Complementary color
Monochromatic Colors of #2BA64E
Black with #2BA64E
Text Example
Text Example
White with #2BA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA64E; }
p { color: rgb(43,166,78); }
H1.HeaderClassName
{
color: #2BA64E;
}
.AnyTagClassName
{
color: #2BA64E;
}
</style>
background-color css
<style>
a { background-color: #2BA64E; }
a { background-color: rgb(43,166,78); }
div.DivClassName
{
background-color: #2BA64E;
}
.BgClassName
{
background-color: #2BA64E;
}
</style>
border-color css
<style>
span { border-color: #2BA64E; }
span { border-color: rgb(43,166,78); }
td.TdClassName
{
border-color: #2BA64E;
}
.TagClassName
{
border-color: #2BA64E;
}
</style>