Shades of Chateau Green #2FBC53
Tints of Chateau Green #2FBC53
RGB
CMYK
RGB Variations
Color information
#2FBC53 (or 0x2FBC53) is known color: Chateau Green. HEX triplet: 2F, BC and 53. RGB value is (47,188,83). Sum of RGB (Red+Green+Blue) = 47+188+83=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC53 is #D043AC. Grayscale: #868686. Windows color (decimal): -13648813 or 5487663. OLE color: 5487663.
HSL color Cylindrical-coordinate representation of color #2FBC53: hue angle of 135.32º 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 #2FBC53 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 83 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.26 |
| HSL | 135.32º | 0.6% | 0.46% | - |
| HSV(B) | 135.32º | 0.75% | 0.74% | - |
| XYZ | 20.72 | 37.2 | 14.27 | - |
| YUV | 133.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 83 | 0.75 | 0 | 0.56 | 0.26 | 135.32 | 0.6 | 0.46 |
| Hex | 2F | BC | 53 | 4B | 0 | 38 | 1A | 87 | 3C | 2E |
| Octal | 57 | 274 | 123 | 113 | 0 | 70 | 32 | 207 | 74 | 56 |
| Binary | 101111 | 10111100 | 1010011 | 1001011 | 0 | 111000 | 11010 | 10000111 | 111100 | 101110 |
Color Harmonies of #2FBC53
Complementary color
Monochromatic Colors of #2FBC53
Black with #2FBC53
Text Example
Text Example
White with #2FBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC53; }
p { color: rgb(47,188,83); }
H1.HeaderClassName
{
color: #2FBC53;
}
.AnyTagClassName
{
color: #2FBC53;
}
</style>
background-color css
<style>
a { background-color: #2FBC53; }
a { background-color: rgb(47,188,83); }
div.DivClassName
{
background-color: #2FBC53;
}
.BgClassName
{
background-color: #2FBC53;
}
</style>
border-color css
<style>
span { border-color: #2FBC53; }
span { border-color: rgb(47,188,83); }
td.TdClassName
{
border-color: #2FBC53;
}
.TagClassName
{
border-color: #2FBC53;
}
</style>