Shades of Chateau Green #2FBA4D
Tints of Chateau Green #2FBA4D
RGB
CMYK
RGB Variations
Color information
#2FBA4D (or 0x2FBA4D) is known color: Chateau Green. HEX triplet: 2F, BA and 4D. RGB value is (47,186,77). Sum of RGB (Red+Green+Blue) = 47+186+77=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA4D is #D045B2. Grayscale: #848484. Windows color (decimal): -13649331 or 5093935. OLE color: 5093935.
HSL color Cylindrical-coordinate representation of color #2FBA4D: hue angle of 132.95º 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 #2FBA4D is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 77 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.27 |
| HSL | 132.95º | 0.6% | 0.46% | - |
| HSV(B) | 132.95º | 0.75% | 0.73% | - |
| XYZ | 20.07 | 36.26 | 12.96 | - |
| YUV | 132.01 | 96.95 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 77 | 0.75 | 0 | 0.59 | 0.27 | 132.95 | 0.6 | 0.46 |
| Hex | 2F | BA | 4D | 4B | 0 | 3B | 1B | 85 | 3C | 2E |
| Octal | 57 | 272 | 115 | 113 | 0 | 73 | 33 | 205 | 74 | 56 |
| Binary | 101111 | 10111010 | 1001101 | 1001011 | 0 | 111011 | 11011 | 10000101 | 111100 | 101110 |
Color Harmonies of #2FBA4D
Complementary color
Monochromatic Colors of #2FBA4D
Black with #2FBA4D
Text Example
Text Example
White with #2FBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA4D; }
p { color: rgb(47,186,77); }
H1.HeaderClassName
{
color: #2FBA4D;
}
.AnyTagClassName
{
color: #2FBA4D;
}
</style>
background-color css
<style>
a { background-color: #2FBA4D; }
a { background-color: rgb(47,186,77); }
div.DivClassName
{
background-color: #2FBA4D;
}
.BgClassName
{
background-color: #2FBA4D;
}
</style>
border-color css
<style>
span { border-color: #2FBA4D; }
span { border-color: rgb(47,186,77); }
td.TdClassName
{
border-color: #2FBA4D;
}
.TagClassName
{
border-color: #2FBA4D;
}
</style>