Shades of Chateau Green #2FB84C
Tints of Chateau Green #2FB84C
RGB
CMYK
RGB Variations
Color information
#2FB84C (or 0x2FB84C) is known color: Chateau Green. HEX triplet: 2F, B8 and 4C. RGB value is (47,184,76). Sum of RGB (Red+Green+Blue) = 47+184+76=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB84C is #D047B3. Grayscale: #838383. Windows color (decimal): -13649844 or 5027887. OLE color: 5027887.
HSL color Cylindrical-coordinate representation of color #2FB84C: hue angle of 132.7º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB84C is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 76 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.28 |
| HSL | 132.7º | 0.59% | 0.45% | - |
| HSV(B) | 132.7º | 0.74% | 0.72% | - |
| XYZ | 19.62 | 35.41 | 12.64 | - |
| YUV | 130.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 76 | 0.74 | 0 | 0.59 | 0.28 | 132.7 | 0.59 | 0.45 |
| Hex | 2F | B8 | 4C | 4A | 0 | 3B | 1C | 85 | 3B | 2D |
| Octal | 57 | 270 | 114 | 112 | 0 | 73 | 34 | 205 | 73 | 55 |
| Binary | 101111 | 10111000 | 1001100 | 1001010 | 0 | 111011 | 11100 | 10000101 | 111011 | 101101 |
Color Harmonies of #2FB84C
Complementary color
Monochromatic Colors of #2FB84C
Black with #2FB84C
Text Example
Text Example
White with #2FB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB84C; }
p { color: rgb(47,184,76); }
H1.HeaderClassName
{
color: #2FB84C;
}
.AnyTagClassName
{
color: #2FB84C;
}
</style>
background-color css
<style>
a { background-color: #2FB84C; }
a { background-color: rgb(47,184,76); }
div.DivClassName
{
background-color: #2FB84C;
}
.BgClassName
{
background-color: #2FB84C;
}
</style>
border-color css
<style>
span { border-color: #2FB84C; }
span { border-color: rgb(47,184,76); }
td.TdClassName
{
border-color: #2FB84C;
}
.TagClassName
{
border-color: #2FB84C;
}
</style>