Shades of Chateau Green #2B9F4C
Tints of Chateau Green #2B9F4C
RGB
CMYK
RGB Variations
Color information
#2B9F4C (or 0x2B9F4C) is known color: Chateau Green. HEX triplet: 2B, 9F and 4C. RGB value is (43,159,76). Sum of RGB (Red+Green+Blue) = 43+159+76=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9F4C is #D460B3. Grayscale: #737373. Windows color (decimal): -13918388 or 5021483. OLE color: 5021483.
HSL color Cylindrical-coordinate representation of color #2B9F4C: hue angle of 137.07º 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 #2B9F4C is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 159 | 76 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.38 |
| HSL | 137.07º | 0.57% | 0.4% | - |
| HSV(B) | 137.07º | 0.73% | 0.62% | - |
| XYZ | 14.7 | 25.83 | 11.05 | - |
| YUV | 114.85 | 106.07 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 76 | 0.73 | 0 | 0.52 | 0.38 | 137.07 | 0.57 | 0.4 |
| Hex | 2B | 9F | 4C | 49 | 0 | 34 | 26 | 89 | 39 | 28 |
| Octal | 53 | 237 | 114 | 111 | 0 | 64 | 46 | 211 | 71 | 50 |
| Binary | 101011 | 10011111 | 1001100 | 1001001 | 0 | 110100 | 100110 | 10001001 | 111001 | 101000 |
Color Harmonies of #2B9F4C
Complementary color
Monochromatic Colors of #2B9F4C
Black with #2B9F4C
Text Example
Text Example
White with #2B9F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9F4C; }
p { color: rgb(43,159,76); }
H1.HeaderClassName
{
color: #2B9F4C;
}
.AnyTagClassName
{
color: #2B9F4C;
}
</style>
background-color css
<style>
a { background-color: #2B9F4C; }
a { background-color: rgb(43,159,76); }
div.DivClassName
{
background-color: #2B9F4C;
}
.BgClassName
{
background-color: #2B9F4C;
}
</style>
border-color css
<style>
span { border-color: #2B9F4C; }
span { border-color: rgb(43,159,76); }
td.TdClassName
{
border-color: #2B9F4C;
}
.TagClassName
{
border-color: #2B9F4C;
}
</style>