Shades of Chateau Green #2BA644
Tints of Chateau Green #2BA644
RGB
CMYK
RGB Variations
Color information
#2BA644 (or 0x2BA644) is known color: Chateau Green. HEX triplet: 2B, A6 and 44. RGB value is (43,166,68). Sum of RGB (Red+Green+Blue) = 43+166+68=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA644 is #D459BB. Grayscale: #767676. Windows color (decimal): -13916604 or 4498987. OLE color: 4498987.
HSL color Cylindrical-coordinate representation of color #2BA644: hue angle of 132.2º 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 #2BA644 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 68 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.35 |
| HSL | 132.2º | 0.59% | 0.41% | - |
| HSV(B) | 132.2º | 0.74% | 0.65% | - |
| XYZ | 15.68 | 28.2 | 10.09 | - |
| YUV | 118.05 | 99.75 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 68 | 0.74 | 0 | 0.59 | 0.35 | 132.2 | 0.59 | 0.41 |
| Hex | 2B | A6 | 44 | 4A | 0 | 3B | 23 | 84 | 3B | 29 |
| Octal | 53 | 246 | 104 | 112 | 0 | 73 | 43 | 204 | 73 | 51 |
| Binary | 101011 | 10100110 | 1000100 | 1001010 | 0 | 111011 | 100011 | 10000100 | 111011 | 101001 |
Color Harmonies of #2BA644
Complementary color
Monochromatic Colors of #2BA644
Black with #2BA644
Text Example
Text Example
White with #2BA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA644; }
p { color: rgb(43,166,68); }
H1.HeaderClassName
{
color: #2BA644;
}
.AnyTagClassName
{
color: #2BA644;
}
</style>
background-color css
<style>
a { background-color: #2BA644; }
a { background-color: rgb(43,166,68); }
div.DivClassName
{
background-color: #2BA644;
}
.BgClassName
{
background-color: #2BA644;
}
</style>
border-color css
<style>
span { border-color: #2BA644; }
span { border-color: rgb(43,166,68); }
td.TdClassName
{
border-color: #2BA644;
}
.TagClassName
{
border-color: #2BA644;
}
</style>