Shades of Chateau Green #2B9D49
Tints of Chateau Green #2B9D49
RGB
CMYK
RGB Variations
Color information
#2B9D49 (or 0x2B9D49) is known color: Chateau Green. HEX triplet: 2B, 9D and 49. RGB value is (43,157,73). Sum of RGB (Red+Green+Blue) = 43+157+73=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D49 is #D462B6. Grayscale: #717171. Windows color (decimal): -13918903 or 4824363. OLE color: 4824363.
HSL color Cylindrical-coordinate representation of color #2B9D49: hue angle of 135.79º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D49 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 73 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.38 |
| HSL | 135.79º | 0.57% | 0.39% | - |
| HSV(B) | 135.79º | 0.73% | 0.62% | - |
| XYZ | 14.26 | 25.11 | 10.4 | - |
| YUV | 113.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 73 | 0.73 | 0 | 0.54 | 0.38 | 135.79 | 0.57 | 0.39 |
| Hex | 2B | 9D | 49 | 49 | 0 | 36 | 26 | 88 | 39 | 27 |
| Octal | 53 | 235 | 111 | 111 | 0 | 66 | 46 | 210 | 71 | 47 |
| Binary | 101011 | 10011101 | 1001001 | 1001001 | 0 | 110110 | 100110 | 10001000 | 111001 | 100111 |
Color Harmonies of #2B9D49
Complementary color
Monochromatic Colors of #2B9D49
Black with #2B9D49
Text Example
Text Example
White with #2B9D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D49; }
p { color: rgb(43,157,73); }
H1.HeaderClassName
{
color: #2B9D49;
}
.AnyTagClassName
{
color: #2B9D49;
}
</style>
background-color css
<style>
a { background-color: #2B9D49; }
a { background-color: rgb(43,157,73); }
div.DivClassName
{
background-color: #2B9D49;
}
.BgClassName
{
background-color: #2B9D49;
}
</style>
border-color css
<style>
span { border-color: #2B9D49; }
span { border-color: rgb(43,157,73); }
td.TdClassName
{
border-color: #2B9D49;
}
.TagClassName
{
border-color: #2B9D49;
}
</style>