Shades of Chateau Green #2FBA50
Tints of Chateau Green #2FBA50
RGB
CMYK
RGB Variations
Color information
#2FBA50 (or 0x2FBA50) is known color: Chateau Green. HEX triplet: 2F, BA and 50. RGB value is (47,186,80). Sum of RGB (Red+Green+Blue) = 47+186+80=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA50 is #D045AF. Grayscale: #848484. Windows color (decimal): -13649328 or 5290543. OLE color: 5290543.
HSL color Cylindrical-coordinate representation of color #2FBA50: hue angle of 134.24º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA50 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 80 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.27 |
| HSL | 134.24º | 0.6% | 0.46% | - |
| HSV(B) | 134.24º | 0.75% | 0.73% | - |
| XYZ | 20.18 | 36.3 | 13.53 | - |
| YUV | 132.36 | 98.45 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 80 | 0.75 | 0 | 0.57 | 0.27 | 134.24 | 0.6 | 0.46 |
| Hex | 2F | BA | 50 | 4B | 0 | 39 | 1B | 86 | 3C | 2E |
| Octal | 57 | 272 | 120 | 113 | 0 | 71 | 33 | 206 | 74 | 56 |
| Binary | 101111 | 10111010 | 1010000 | 1001011 | 0 | 111001 | 11011 | 10000110 | 111100 | 101110 |
Color Harmonies of #2FBA50
Complementary color
Monochromatic Colors of #2FBA50
Black with #2FBA50
Text Example
Text Example
White with #2FBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA50; }
p { color: rgb(47,186,80); }
H1.HeaderClassName
{
color: #2FBA50;
}
.AnyTagClassName
{
color: #2FBA50;
}
</style>
background-color css
<style>
a { background-color: #2FBA50; }
a { background-color: rgb(47,186,80); }
div.DivClassName
{
background-color: #2FBA50;
}
.BgClassName
{
background-color: #2FBA50;
}
</style>
border-color css
<style>
span { border-color: #2FBA50; }
span { border-color: rgb(47,186,80); }
td.TdClassName
{
border-color: #2FBA50;
}
.TagClassName
{
border-color: #2FBA50;
}
</style>