Shades of Chateau Green #2FBA54
Tints of Chateau Green #2FBA54
RGB
CMYK
RGB Variations
Color information
#2FBA54 (or 0x2FBA54) is known color: Chateau Green. HEX triplet: 2F, BA and 54. RGB value is (47,186,84). Sum of RGB (Red+Green+Blue) = 47+186+84=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA54 is #D045AB. Grayscale: #858585. Windows color (decimal): -13649324 or 5552687. OLE color: 5552687.
HSL color Cylindrical-coordinate representation of color #2FBA54: hue angle of 135.97º 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 #2FBA54 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 84 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.27 |
| HSL | 135.97º | 0.6% | 0.46% | - |
| HSV(B) | 135.97º | 0.75% | 0.73% | - |
| XYZ | 20.33 | 36.36 | 14.33 | - |
| YUV | 132.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 84 | 0.75 | 0 | 0.55 | 0.27 | 135.97 | 0.6 | 0.46 |
| Hex | 2F | BA | 54 | 4B | 0 | 37 | 1B | 88 | 3C | 2E |
| Octal | 57 | 272 | 124 | 113 | 0 | 67 | 33 | 210 | 74 | 56 |
| Binary | 101111 | 10111010 | 1010100 | 1001011 | 0 | 110111 | 11011 | 10001000 | 111100 | 101110 |
Color Harmonies of #2FBA54
Complementary color
Monochromatic Colors of #2FBA54
Black with #2FBA54
Text Example
Text Example
White with #2FBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA54; }
p { color: rgb(47,186,84); }
H1.HeaderClassName
{
color: #2FBA54;
}
.AnyTagClassName
{
color: #2FBA54;
}
</style>
background-color css
<style>
a { background-color: #2FBA54; }
a { background-color: rgb(47,186,84); }
div.DivClassName
{
background-color: #2FBA54;
}
.BgClassName
{
background-color: #2FBA54;
}
</style>
border-color css
<style>
span { border-color: #2FBA54; }
span { border-color: rgb(47,186,84); }
td.TdClassName
{
border-color: #2FBA54;
}
.TagClassName
{
border-color: #2FBA54;
}
</style>