Shades of Chateau Green #2FB751
Tints of Chateau Green #2FB751
RGB
CMYK
RGB Variations
Color information
#2FB751 (or 0x2FB751) is known color: Chateau Green. HEX triplet: 2F, B7 and 51. RGB value is (47,183,81). Sum of RGB (Red+Green+Blue) = 47+183+81=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB751 is #D048AE. Grayscale: #828282. Windows color (decimal): -13650095 or 5355311. OLE color: 5355311.
HSL color Cylindrical-coordinate representation of color #2FB751: hue angle of 135º 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 #2FB751 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 81 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.28 |
| HSL | 135º | 0.59% | 0.45% | - |
| HSV(B) | 135º | 0.74% | 0.72% | - |
| XYZ | 19.59 | 35.07 | 13.52 | - |
| YUV | 130.71 | 99.94 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 81 | 0.74 | 0 | 0.56 | 0.28 | 135 | 0.59 | 0.45 |
| Hex | 2F | B7 | 51 | 4A | 0 | 38 | 1C | 87 | 3B | 2D |
| Octal | 57 | 267 | 121 | 112 | 0 | 70 | 34 | 207 | 73 | 55 |
| Binary | 101111 | 10110111 | 1010001 | 1001010 | 0 | 111000 | 11100 | 10000111 | 111011 | 101101 |
Color Harmonies of #2FB751
Complementary color
Monochromatic Colors of #2FB751
Black with #2FB751
Text Example
Text Example
White with #2FB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB751; }
p { color: rgb(47,183,81); }
H1.HeaderClassName
{
color: #2FB751;
}
.AnyTagClassName
{
color: #2FB751;
}
</style>
background-color css
<style>
a { background-color: #2FB751; }
a { background-color: rgb(47,183,81); }
div.DivClassName
{
background-color: #2FB751;
}
.BgClassName
{
background-color: #2FB751;
}
</style>
border-color css
<style>
span { border-color: #2FB751; }
span { border-color: rgb(47,183,81); }
td.TdClassName
{
border-color: #2FB751;
}
.TagClassName
{
border-color: #2FB751;
}
</style>