Shades of Chateau Green #2FB051
Tints of Chateau Green #2FB051
RGB
CMYK
RGB Variations
Color information
#2FB051 (or 0x2FB051) is known color: Chateau Green. HEX triplet: 2F, B0 and 51. RGB value is (47,176,81). Sum of RGB (Red+Green+Blue) = 47+176+81=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 176 (69.14% from 255 or 57.89% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB051 is #D04FAE. Grayscale: #7E7E7E. Windows color (decimal): -13651887 or 5353519. OLE color: 5353519.
HSL color Cylindrical-coordinate representation of color #2FB051: hue angle of 135.81º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB051 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 81 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.31 |
| HSL | 135.81º | 0.58% | 0.44% | - |
| HSV(B) | 135.81º | 0.73% | 0.69% | - |
| XYZ | 18.18 | 32.25 | 13.05 | - |
| YUV | 126.6 | 102.26 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 81 | 0.73 | 0 | 0.54 | 0.31 | 135.81 | 0.58 | 0.44 |
| Hex | 2F | B0 | 51 | 49 | 0 | 36 | 1F | 88 | 3A | 2C |
| Octal | 57 | 260 | 121 | 111 | 0 | 66 | 37 | 210 | 72 | 54 |
| Binary | 101111 | 10110000 | 1010001 | 1001001 | 0 | 110110 | 11111 | 10001000 | 111010 | 101100 |
Color Harmonies of #2FB051
Complementary color
Monochromatic Colors of #2FB051
Black with #2FB051
Text Example
Text Example
White with #2FB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB051; }
p { color: rgb(47,176,81); }
H1.HeaderClassName
{
color: #2FB051;
}
.AnyTagClassName
{
color: #2FB051;
}
</style>
background-color css
<style>
a { background-color: #2FB051; }
a { background-color: rgb(47,176,81); }
div.DivClassName
{
background-color: #2FB051;
}
.BgClassName
{
background-color: #2FB051;
}
</style>
border-color css
<style>
span { border-color: #2FB051; }
span { border-color: rgb(47,176,81); }
td.TdClassName
{
border-color: #2FB051;
}
.TagClassName
{
border-color: #2FB051;
}
</style>