Shades of Chateau Green #2FBC50
Tints of Chateau Green #2FBC50
RGB
CMYK
RGB Variations
Color information
#2FBC50 (or 0x2FBC50) is known color: Chateau Green. HEX triplet: 2F, BC and 50. RGB value is (47,188,80). Sum of RGB (Red+Green+Blue) = 47+188+80=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC50 is #D043AF. Grayscale: #858585. Windows color (decimal): -13648816 or 5291055. OLE color: 5291055.
HSL color Cylindrical-coordinate representation of color #2FBC50: hue angle of 134.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC50 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 80 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.26 |
| HSL | 134.04º | 0.6% | 0.46% | - |
| HSV(B) | 134.04º | 0.75% | 0.74% | - |
| XYZ | 20.6 | 37.15 | 13.67 | - |
| YUV | 133.53 | 97.79 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 80 | 0.75 | 0 | 0.57 | 0.26 | 134.04 | 0.6 | 0.46 |
| Hex | 2F | BC | 50 | 4B | 0 | 39 | 1A | 86 | 3C | 2E |
| Octal | 57 | 274 | 120 | 113 | 0 | 71 | 32 | 206 | 74 | 56 |
| Binary | 101111 | 10111100 | 1010000 | 1001011 | 0 | 111001 | 11010 | 10000110 | 111100 | 101110 |
Color Harmonies of #2FBC50
Complementary color
Monochromatic Colors of #2FBC50
Black with #2FBC50
Text Example
Text Example
White with #2FBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC50; }
p { color: rgb(47,188,80); }
H1.HeaderClassName
{
color: #2FBC50;
}
.AnyTagClassName
{
color: #2FBC50;
}
</style>
background-color css
<style>
a { background-color: #2FBC50; }
a { background-color: rgb(47,188,80); }
div.DivClassName
{
background-color: #2FBC50;
}
.BgClassName
{
background-color: #2FBC50;
}
</style>
border-color css
<style>
span { border-color: #2FBC50; }
span { border-color: rgb(47,188,80); }
td.TdClassName
{
border-color: #2FBC50;
}
.TagClassName
{
border-color: #2FBC50;
}
</style>