Shades of Chateau Green #2FB94C
Tints of Chateau Green #2FB94C
RGB
CMYK
RGB Variations
Color information
#2FB94C (or 0x2FB94C) is known color: Chateau Green. HEX triplet: 2F, B9 and 4C. RGB value is (47,185,76). Sum of RGB (Red+Green+Blue) = 47+185+76=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB94C is #D046B3. Grayscale: #838383. Windows color (decimal): -13649588 or 5028143. OLE color: 5028143.
HSL color Cylindrical-coordinate representation of color #2FB94C: hue angle of 132.61º 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 #2FB94C is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 76 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.27 |
| HSL | 132.61º | 0.59% | 0.45% | - |
| HSV(B) | 132.61º | 0.75% | 0.73% | - |
| XYZ | 19.83 | 35.82 | 12.71 | - |
| YUV | 131.31 | 96.78 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 76 | 0.75 | 0 | 0.59 | 0.27 | 132.61 | 0.59 | 0.45 |
| Hex | 2F | B9 | 4C | 4B | 0 | 3B | 1B | 85 | 3B | 2D |
| Octal | 57 | 271 | 114 | 113 | 0 | 73 | 33 | 205 | 73 | 55 |
| Binary | 101111 | 10111001 | 1001100 | 1001011 | 0 | 111011 | 11011 | 10000101 | 111011 | 101101 |
Color Harmonies of #2FB94C
Complementary color
Monochromatic Colors of #2FB94C
Black with #2FB94C
Text Example
Text Example
White with #2FB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB94C; }
p { color: rgb(47,185,76); }
H1.HeaderClassName
{
color: #2FB94C;
}
.AnyTagClassName
{
color: #2FB94C;
}
</style>
background-color css
<style>
a { background-color: #2FB94C; }
a { background-color: rgb(47,185,76); }
div.DivClassName
{
background-color: #2FB94C;
}
.BgClassName
{
background-color: #2FB94C;
}
</style>
border-color css
<style>
span { border-color: #2FB94C; }
span { border-color: rgb(47,185,76); }
td.TdClassName
{
border-color: #2FB94C;
}
.TagClassName
{
border-color: #2FB94C;
}
</style>