Shades of Chateau Green #2FBC4D
Tints of Chateau Green #2FBC4D
RGB
CMYK
RGB Variations
Color information
#2FBC4D (or 0x2FBC4D) is known color: Chateau Green. HEX triplet: 2F, BC and 4D. RGB value is (47,188,77). Sum of RGB (Red+Green+Blue) = 47+188+77=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC4D is #D043B2. Grayscale: #858585. Windows color (decimal): -13648819 or 5094447. OLE color: 5094447.
HSL color Cylindrical-coordinate representation of color #2FBC4D: hue angle of 132.77º 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 #2FBC4D is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 77 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.26 |
| HSL | 132.77º | 0.6% | 0.46% | - |
| HSV(B) | 132.77º | 0.75% | 0.74% | - |
| XYZ | 20.5 | 37.11 | 13.1 | - |
| YUV | 133.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 77 | 0.75 | 0 | 0.59 | 0.26 | 132.77 | 0.6 | 0.46 |
| Hex | 2F | BC | 4D | 4B | 0 | 3B | 1A | 85 | 3C | 2E |
| Octal | 57 | 274 | 115 | 113 | 0 | 73 | 32 | 205 | 74 | 56 |
| Binary | 101111 | 10111100 | 1001101 | 1001011 | 0 | 111011 | 11010 | 10000101 | 111100 | 101110 |
Color Harmonies of #2FBC4D
Complementary color
Monochromatic Colors of #2FBC4D
Black with #2FBC4D
Text Example
Text Example
White with #2FBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC4D; }
p { color: rgb(47,188,77); }
H1.HeaderClassName
{
color: #2FBC4D;
}
.AnyTagClassName
{
color: #2FBC4D;
}
</style>
background-color css
<style>
a { background-color: #2FBC4D; }
a { background-color: rgb(47,188,77); }
div.DivClassName
{
background-color: #2FBC4D;
}
.BgClassName
{
background-color: #2FBC4D;
}
</style>
border-color css
<style>
span { border-color: #2FBC4D; }
span { border-color: rgb(47,188,77); }
td.TdClassName
{
border-color: #2FBC4D;
}
.TagClassName
{
border-color: #2FBC4D;
}
</style>