Shades of Chateau Green #2FAD4C
Tints of Chateau Green #2FAD4C
RGB
CMYK
RGB Variations
Color information
#2FAD4C (or 0x2FAD4C) is known color: Chateau Green. HEX triplet: 2F, AD and 4C. RGB value is (47,173,76). Sum of RGB (Red+Green+Blue) = 47+173+76=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAD4C is #D052B3. Grayscale: #7C7C7C. Windows color (decimal): -13652660 or 5025071. OLE color: 5025071.
HSL color Cylindrical-coordinate representation of color #2FAD4C: hue angle of 133.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD4C is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 76 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.32 |
| HSL | 133.81º | 0.57% | 0.43% | - |
| HSV(B) | 133.81º | 0.73% | 0.68% | - |
| XYZ | 17.42 | 31.01 | 11.91 | - |
| YUV | 124.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 76 | 0.73 | 0 | 0.56 | 0.32 | 133.81 | 0.57 | 0.43 |
| Hex | 2F | AD | 4C | 49 | 0 | 38 | 20 | 86 | 39 | 2B |
| Octal | 57 | 255 | 114 | 111 | 0 | 70 | 40 | 206 | 71 | 53 |
| Binary | 101111 | 10101101 | 1001100 | 1001001 | 0 | 111000 | 100000 | 10000110 | 111001 | 101011 |
Color Harmonies of #2FAD4C
Complementary color
Monochromatic Colors of #2FAD4C
Black with #2FAD4C
Text Example
Text Example
White with #2FAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD4C; }
p { color: rgb(47,173,76); }
H1.HeaderClassName
{
color: #2FAD4C;
}
.AnyTagClassName
{
color: #2FAD4C;
}
</style>
background-color css
<style>
a { background-color: #2FAD4C; }
a { background-color: rgb(47,173,76); }
div.DivClassName
{
background-color: #2FAD4C;
}
.BgClassName
{
background-color: #2FAD4C;
}
</style>
border-color css
<style>
span { border-color: #2FAD4C; }
span { border-color: rgb(47,173,76); }
td.TdClassName
{
border-color: #2FAD4C;
}
.TagClassName
{
border-color: #2FAD4C;
}
</style>