Shades of Chateau Green #2FB14D
Tints of Chateau Green #2FB14D
RGB
CMYK
RGB Variations
Color information
#2FB14D (or 0x2FB14D) is known color: Chateau Green. HEX triplet: 2F, B1 and 4D. RGB value is (47,177,77). Sum of RGB (Red+Green+Blue) = 47+177+77=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB14D is #D04EB2. Grayscale: #7E7E7E. Windows color (decimal): -13651635 or 5091631. OLE color: 5091631.
HSL color Cylindrical-coordinate representation of color #2FB14D: hue angle of 133.85º 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 #2FB14D is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 77 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.31 |
| HSL | 133.85º | 0.58% | 0.44% | - |
| HSV(B) | 133.85º | 0.73% | 0.69% | - |
| XYZ | 18.23 | 32.58 | 12.35 | - |
| YUV | 126.73 | 99.93 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 77 | 0.73 | 0 | 0.56 | 0.31 | 133.85 | 0.58 | 0.44 |
| Hex | 2F | B1 | 4D | 49 | 0 | 38 | 1F | 86 | 3A | 2C |
| Octal | 57 | 261 | 115 | 111 | 0 | 70 | 37 | 206 | 72 | 54 |
| Binary | 101111 | 10110001 | 1001101 | 1001001 | 0 | 111000 | 11111 | 10000110 | 111010 | 101100 |
Color Harmonies of #2FB14D
Complementary color
Monochromatic Colors of #2FB14D
Black with #2FB14D
Text Example
Text Example
White with #2FB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB14D; }
p { color: rgb(47,177,77); }
H1.HeaderClassName
{
color: #2FB14D;
}
.AnyTagClassName
{
color: #2FB14D;
}
</style>
background-color css
<style>
a { background-color: #2FB14D; }
a { background-color: rgb(47,177,77); }
div.DivClassName
{
background-color: #2FB14D;
}
.BgClassName
{
background-color: #2FB14D;
}
</style>
border-color css
<style>
span { border-color: #2FB14D; }
span { border-color: rgb(47,177,77); }
td.TdClassName
{
border-color: #2FB14D;
}
.TagClassName
{
border-color: #2FB14D;
}
</style>