Shades of Chateau Green #2BA749
Tints of Chateau Green #2BA749
RGB
CMYK
RGB Variations
Color information
#2BA749 (or 0x2BA749) is known color: Chateau Green. HEX triplet: 2B, A7 and 49. RGB value is (43,167,73). Sum of RGB (Red+Green+Blue) = 43+167+73=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 167 (65.62% from 255 or 59.01% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA749 is #D458B6. Grayscale: #777777. Windows color (decimal): -13916343 or 4826923. OLE color: 4826923.
HSL color Cylindrical-coordinate representation of color #2BA749: hue angle of 134.52º 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 #2BA749 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 73 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.35 |
| HSL | 134.52º | 0.59% | 0.41% | - |
| HSV(B) | 134.52º | 0.74% | 0.65% | - |
| XYZ | 16.02 | 28.63 | 10.99 | - |
| YUV | 119.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 73 | 0.74 | 0 | 0.56 | 0.35 | 134.52 | 0.59 | 0.41 |
| Hex | 2B | A7 | 49 | 4A | 0 | 38 | 23 | 87 | 3B | 29 |
| Octal | 53 | 247 | 111 | 112 | 0 | 70 | 43 | 207 | 73 | 51 |
| Binary | 101011 | 10100111 | 1001001 | 1001010 | 0 | 111000 | 100011 | 10000111 | 111011 | 101001 |
Color Harmonies of #2BA749
Complementary color
Monochromatic Colors of #2BA749
Black with #2BA749
Text Example
Text Example
White with #2BA749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA749; }
p { color: rgb(43,167,73); }
H1.HeaderClassName
{
color: #2BA749;
}
.AnyTagClassName
{
color: #2BA749;
}
</style>
background-color css
<style>
a { background-color: #2BA749; }
a { background-color: rgb(43,167,73); }
div.DivClassName
{
background-color: #2BA749;
}
.BgClassName
{
background-color: #2BA749;
}
</style>
border-color css
<style>
span { border-color: #2BA749; }
span { border-color: rgb(43,167,73); }
td.TdClassName
{
border-color: #2BA749;
}
.TagClassName
{
border-color: #2BA749;
}
</style>