Shades of Chateau Green #2BA742
Tints of Chateau Green #2BA742
RGB
CMYK
RGB Variations
Color information
#2BA742 (or 0x2BA742) is known color: Chateau Green. HEX triplet: 2B, A7 and 42. RGB value is (43,167,66). Sum of RGB (Red+Green+Blue) = 43+167+66=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 167 (65.62% from 255 or 60.51% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA742 is #D458BD. Grayscale: #767676. Windows color (decimal): -13916350 or 4368171. OLE color: 4368171.
HSL color Cylindrical-coordinate representation of color #2BA742: hue angle of 131.13º 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 #2BA742 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 66 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.35 |
| HSL | 131.13º | 0.59% | 0.41% | - |
| HSV(B) | 131.13º | 0.74% | 0.65% | - |
| XYZ | 15.8 | 28.54 | 9.83 | - |
| YUV | 118.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 66 | 0.74 | 0 | 0.60 | 0.35 | 131.13 | 0.59 | 0.41 |
| Hex | 2B | A7 | 42 | 4A | 0 | 3C | 23 | 83 | 3B | 29 |
| Octal | 53 | 247 | 102 | 112 | 0 | 74 | 43 | 203 | 73 | 51 |
| Binary | 101011 | 10100111 | 1000010 | 1001010 | 0 | 111100 | 100011 | 10000011 | 111011 | 101001 |
Color Harmonies of #2BA742
Complementary color
Monochromatic Colors of #2BA742
Black with #2BA742
Text Example
Text Example
White with #2BA742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA742; }
p { color: rgb(43,167,66); }
H1.HeaderClassName
{
color: #2BA742;
}
.AnyTagClassName
{
color: #2BA742;
}
</style>
background-color css
<style>
a { background-color: #2BA742; }
a { background-color: rgb(43,167,66); }
div.DivClassName
{
background-color: #2BA742;
}
.BgClassName
{
background-color: #2BA742;
}
</style>
border-color css
<style>
span { border-color: #2BA742; }
span { border-color: rgb(43,167,66); }
td.TdClassName
{
border-color: #2BA742;
}
.TagClassName
{
border-color: #2BA742;
}
</style>