Shades of Chateau Green #2FB150
Tints of Chateau Green #2FB150
RGB
CMYK
RGB Variations
Color information
#2FB150 (or 0x2FB150) is known color: Chateau Green. HEX triplet: 2F, B1 and 50. RGB value is (47,177,80). Sum of RGB (Red+Green+Blue) = 47+177+80=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB150 is #D04EAF. Grayscale: #7F7F7F. Windows color (decimal): -13651632 or 5288239. OLE color: 5288239.
HSL color Cylindrical-coordinate representation of color #2FB150: hue angle of 135.23º 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 #2FB150 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 80 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.31 |
| HSL | 135.23º | 0.58% | 0.44% | - |
| HSV(B) | 135.23º | 0.73% | 0.69% | - |
| XYZ | 18.34 | 32.63 | 12.92 | - |
| YUV | 127.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 80 | 0.73 | 0 | 0.55 | 0.31 | 135.23 | 0.58 | 0.44 |
| Hex | 2F | B1 | 50 | 49 | 0 | 37 | 1F | 87 | 3A | 2C |
| Octal | 57 | 261 | 120 | 111 | 0 | 67 | 37 | 207 | 72 | 54 |
| Binary | 101111 | 10110001 | 1010000 | 1001001 | 0 | 110111 | 11111 | 10000111 | 111010 | 101100 |
Color Harmonies of #2FB150
Complementary color
Monochromatic Colors of #2FB150
Black with #2FB150
Text Example
Text Example
White with #2FB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB150; }
p { color: rgb(47,177,80); }
H1.HeaderClassName
{
color: #2FB150;
}
.AnyTagClassName
{
color: #2FB150;
}
</style>
background-color css
<style>
a { background-color: #2FB150; }
a { background-color: rgb(47,177,80); }
div.DivClassName
{
background-color: #2FB150;
}
.BgClassName
{
background-color: #2FB150;
}
</style>
border-color css
<style>
span { border-color: #2FB150; }
span { border-color: rgb(47,177,80); }
td.TdClassName
{
border-color: #2FB150;
}
.TagClassName
{
border-color: #2FB150;
}
</style>