Shades of Chateau Green #2B9F4D
Tints of Chateau Green #2B9F4D
RGB
CMYK
RGB Variations
Color information
#2B9F4D (or 0x2B9F4D) is known color: Chateau Green. HEX triplet: 2B, 9F and 4D. RGB value is (43,159,77). Sum of RGB (Red+Green+Blue) = 43+159+77=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F4D is #D460B2. Grayscale: #737373. Windows color (decimal): -13918387 or 5087019. OLE color: 5087019.
HSL color Cylindrical-coordinate representation of color #2B9F4D: hue angle of 137.59º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F4D is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 159 | 77 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.38 |
| HSL | 137.59º | 0.57% | 0.4% | - |
| HSV(B) | 137.59º | 0.73% | 0.62% | - |
| XYZ | 14.73 | 25.85 | 11.23 | - |
| YUV | 114.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 77 | 0.73 | 0 | 0.52 | 0.38 | 137.59 | 0.57 | 0.4 |
| Hex | 2B | 9F | 4D | 49 | 0 | 34 | 26 | 8A | 39 | 28 |
| Octal | 53 | 237 | 115 | 111 | 0 | 64 | 46 | 212 | 71 | 50 |
| Binary | 101011 | 10011111 | 1001101 | 1001001 | 0 | 110100 | 100110 | 10001010 | 111001 | 101000 |
Color Harmonies of #2B9F4D
Complementary color
Monochromatic Colors of #2B9F4D
Black with #2B9F4D
Text Example
Text Example
White with #2B9F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9F4D; }
p { color: rgb(43,159,77); }
H1.HeaderClassName
{
color: #2B9F4D;
}
.AnyTagClassName
{
color: #2B9F4D;
}
</style>
background-color css
<style>
a { background-color: #2B9F4D; }
a { background-color: rgb(43,159,77); }
div.DivClassName
{
background-color: #2B9F4D;
}
.BgClassName
{
background-color: #2B9F4D;
}
</style>
border-color css
<style>
span { border-color: #2B9F4D; }
span { border-color: rgb(43,159,77); }
td.TdClassName
{
border-color: #2B9F4D;
}
.TagClassName
{
border-color: #2B9F4D;
}
</style>