Shades of Chateau Green #2FAF4A
Tints of Chateau Green #2FAF4A
RGB
CMYK
RGB Variations
Color information
#2FAF4A (or 0x2FAF4A) is known color: Chateau Green. HEX triplet: 2F, AF and 4A. RGB value is (47,175,74). Sum of RGB (Red+Green+Blue) = 47+175+74=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAF4A is #D050B5. Grayscale: #7D7D7D. Windows color (decimal): -13652150 or 4894511. OLE color: 4894511.
HSL color Cylindrical-coordinate representation of color #2FAF4A: hue angle of 132.66º 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 #2FAF4A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 74 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.31 |
| HSL | 132.66º | 0.58% | 0.44% | - |
| HSV(B) | 132.66º | 0.73% | 0.69% | - |
| XYZ | 17.74 | 31.76 | 11.67 | - |
| YUV | 125.21 | 99.09 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 74 | 0.73 | 0 | 0.58 | 0.31 | 132.66 | 0.58 | 0.44 |
| Hex | 2F | AF | 4A | 49 | 0 | 3A | 1F | 85 | 3A | 2C |
| Octal | 57 | 257 | 112 | 111 | 0 | 72 | 37 | 205 | 72 | 54 |
| Binary | 101111 | 10101111 | 1001010 | 1001001 | 0 | 111010 | 11111 | 10000101 | 111010 | 101100 |
Color Harmonies of #2FAF4A
Complementary color
Monochromatic Colors of #2FAF4A
Black with #2FAF4A
Text Example
Text Example
White with #2FAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF4A; }
p { color: rgb(47,175,74); }
H1.HeaderClassName
{
color: #2FAF4A;
}
.AnyTagClassName
{
color: #2FAF4A;
}
</style>
background-color css
<style>
a { background-color: #2FAF4A; }
a { background-color: rgb(47,175,74); }
div.DivClassName
{
background-color: #2FAF4A;
}
.BgClassName
{
background-color: #2FAF4A;
}
</style>
border-color css
<style>
span { border-color: #2FAF4A; }
span { border-color: rgb(47,175,74); }
td.TdClassName
{
border-color: #2FAF4A;
}
.TagClassName
{
border-color: #2FAF4A;
}
</style>