Shades of Chateau Green #2FB853
Tints of Chateau Green #2FB853
RGB
CMYK
RGB Variations
Color information
#2FB853 (or 0x2FB853) is known color: Chateau Green. HEX triplet: 2F, B8 and 53. RGB value is (47,184,83). Sum of RGB (Red+Green+Blue) = 47+184+83=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 184 (72.27% from 255 or 58.60% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB853 is #D047AC. Grayscale: #838383. Windows color (decimal): -13649837 or 5486639. OLE color: 5486639.
HSL color Cylindrical-coordinate representation of color #2FB853: hue angle of 135.77º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB853 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 83 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.28 |
| HSL | 135.77º | 0.59% | 0.45% | - |
| HSV(B) | 135.77º | 0.74% | 0.72% | - |
| XYZ | 19.87 | 35.51 | 13.99 | - |
| YUV | 131.52 | 100.61 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 83 | 0.74 | 0 | 0.55 | 0.28 | 135.77 | 0.59 | 0.45 |
| Hex | 2F | B8 | 53 | 4A | 0 | 37 | 1C | 88 | 3B | 2D |
| Octal | 57 | 270 | 123 | 112 | 0 | 67 | 34 | 210 | 73 | 55 |
| Binary | 101111 | 10111000 | 1010011 | 1001010 | 0 | 110111 | 11100 | 10001000 | 111011 | 101101 |
Color Harmonies of #2FB853
Complementary color
Monochromatic Colors of #2FB853
Black with #2FB853
Text Example
Text Example
White with #2FB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB853; }
p { color: rgb(47,184,83); }
H1.HeaderClassName
{
color: #2FB853;
}
.AnyTagClassName
{
color: #2FB853;
}
</style>
background-color css
<style>
a { background-color: #2FB853; }
a { background-color: rgb(47,184,83); }
div.DivClassName
{
background-color: #2FB853;
}
.BgClassName
{
background-color: #2FB853;
}
</style>
border-color css
<style>
span { border-color: #2FB853; }
span { border-color: rgb(47,184,83); }
td.TdClassName
{
border-color: #2FB853;
}
.TagClassName
{
border-color: #2FB853;
}
</style>