Shades of Chateau Green #2FBA57
Tints of Chateau Green #2FBA57
RGB
CMYK
RGB Variations
Color information
#2FBA57 (or 0x2FBA57) is known color: Chateau Green. HEX triplet: 2F, BA and 57. RGB value is (47,186,87). Sum of RGB (Red+Green+Blue) = 47+186+87=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA57 is #D045A8. Grayscale: #858585. Windows color (decimal): -13649321 or 5749295. OLE color: 5749295.
HSL color Cylindrical-coordinate representation of color #2FBA57: hue angle of 137.27º 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 #2FBA57 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 87 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.27 |
| HSL | 137.27º | 0.6% | 0.46% | - |
| HSV(B) | 137.27º | 0.75% | 0.73% | - |
| XYZ | 20.45 | 36.41 | 14.97 | - |
| YUV | 133.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 87 | 0.75 | 0 | 0.53 | 0.27 | 137.27 | 0.6 | 0.46 |
| Hex | 2F | BA | 57 | 4B | 0 | 35 | 1B | 89 | 3C | 2E |
| Octal | 57 | 272 | 127 | 113 | 0 | 65 | 33 | 211 | 74 | 56 |
| Binary | 101111 | 10111010 | 1010111 | 1001011 | 0 | 110101 | 11011 | 10001001 | 111100 | 101110 |
Color Harmonies of #2FBA57
Complementary color
Monochromatic Colors of #2FBA57
Black with #2FBA57
Text Example
Text Example
White with #2FBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA57; }
p { color: rgb(47,186,87); }
H1.HeaderClassName
{
color: #2FBA57;
}
.AnyTagClassName
{
color: #2FBA57;
}
</style>
background-color css
<style>
a { background-color: #2FBA57; }
a { background-color: rgb(47,186,87); }
div.DivClassName
{
background-color: #2FBA57;
}
.BgClassName
{
background-color: #2FBA57;
}
</style>
border-color css
<style>
span { border-color: #2FBA57; }
span { border-color: rgb(47,186,87); }
td.TdClassName
{
border-color: #2FBA57;
}
.TagClassName
{
border-color: #2FBA57;
}
</style>