Shades of Chateau Green #2BA743
Tints of Chateau Green #2BA743
RGB
CMYK
RGB Variations
Color information
#2BA743 (or 0x2BA743) is known color: Chateau Green. HEX triplet: 2B, A7 and 43. RGB value is (43,167,67). Sum of RGB (Red+Green+Blue) = 43+167+67=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA743 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA743 is #D458BC. Grayscale: #767676. Windows color (decimal): -13916349 or 4433707. OLE color: 4433707.
HSL color Cylindrical-coordinate representation of color #2BA743: hue angle of 131.61º 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 #2BA743 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 67 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.35 |
| HSL | 131.61º | 0.59% | 0.41% | - |
| HSV(B) | 131.61º | 0.74% | 0.65% | - |
| XYZ | 15.83 | 28.56 | 9.99 | - |
| YUV | 118.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 67 | 0.74 | 0 | 0.60 | 0.35 | 131.61 | 0.59 | 0.41 |
| Hex | 2B | A7 | 43 | 4A | 0 | 3C | 23 | 84 | 3B | 29 |
| Octal | 53 | 247 | 103 | 112 | 0 | 74 | 43 | 204 | 73 | 51 |
| Binary | 101011 | 10100111 | 1000011 | 1001010 | 0 | 111100 | 100011 | 10000100 | 111011 | 101001 |
Color Harmonies of #2BA743
Complementary color
Monochromatic Colors of #2BA743
Black with #2BA743
Text Example
Text Example
White with #2BA743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA743; }
p { color: rgb(43,167,67); }
H1.HeaderClassName
{
color: #2BA743;
}
.AnyTagClassName
{
color: #2BA743;
}
</style>
background-color css
<style>
a { background-color: #2BA743; }
a { background-color: rgb(43,167,67); }
div.DivClassName
{
background-color: #2BA743;
}
.BgClassName
{
background-color: #2BA743;
}
</style>
border-color css
<style>
span { border-color: #2BA743; }
span { border-color: rgb(43,167,67); }
td.TdClassName
{
border-color: #2BA743;
}
.TagClassName
{
border-color: #2BA743;
}
</style>