Shades of Chateau Green #2FB94D
Tints of Chateau Green #2FB94D
RGB
CMYK
RGB Variations
Color information
#2FB94D (or 0x2FB94D) is known color: Chateau Green. HEX triplet: 2F, B9 and 4D. RGB value is (47,185,77). Sum of RGB (Red+Green+Blue) = 47+185+77=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB94D is #D046B2. Grayscale: #838383. Windows color (decimal): -13649587 or 5093679. OLE color: 5093679.
HSL color Cylindrical-coordinate representation of color #2FB94D: hue angle of 133.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB94D is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 77 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.27 |
| HSL | 133.04º | 0.59% | 0.45% | - |
| HSV(B) | 133.04º | 0.75% | 0.73% | - |
| XYZ | 19.86 | 35.84 | 12.89 | - |
| YUV | 131.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 77 | 0.75 | 0 | 0.58 | 0.27 | 133.04 | 0.59 | 0.45 |
| Hex | 2F | B9 | 4D | 4B | 0 | 3A | 1B | 85 | 3B | 2D |
| Octal | 57 | 271 | 115 | 113 | 0 | 72 | 33 | 205 | 73 | 55 |
| Binary | 101111 | 10111001 | 1001101 | 1001011 | 0 | 111010 | 11011 | 10000101 | 111011 | 101101 |
Color Harmonies of #2FB94D
Complementary color
Monochromatic Colors of #2FB94D
Black with #2FB94D
Text Example
Text Example
White with #2FB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB94D; }
p { color: rgb(47,185,77); }
H1.HeaderClassName
{
color: #2FB94D;
}
.AnyTagClassName
{
color: #2FB94D;
}
</style>
background-color css
<style>
a { background-color: #2FB94D; }
a { background-color: rgb(47,185,77); }
div.DivClassName
{
background-color: #2FB94D;
}
.BgClassName
{
background-color: #2FB94D;
}
</style>
border-color css
<style>
span { border-color: #2FB94D; }
span { border-color: rgb(47,185,77); }
td.TdClassName
{
border-color: #2FB94D;
}
.TagClassName
{
border-color: #2FB94D;
}
</style>