Shades of Chateau Green #2FAF4D
Tints of Chateau Green #2FAF4D
RGB
CMYK
RGB Variations
Color information
#2FAF4D (or 0x2FAF4D) is known color: Chateau Green. HEX triplet: 2F, AF and 4D. RGB value is (47,175,77). Sum of RGB (Red+Green+Blue) = 47+175+77=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF4D is #D050B2. Grayscale: #7D7D7D. Windows color (decimal): -13652147 or 5091119. OLE color: 5091119.
HSL color Cylindrical-coordinate representation of color #2FAF4D: hue angle of 134.06º 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 #2FAF4D is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 77 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.31 |
| HSL | 134.06º | 0.58% | 0.44% | - |
| HSV(B) | 134.06º | 0.73% | 0.69% | - |
| XYZ | 17.84 | 31.8 | 12.22 | - |
| YUV | 125.56 | 100.59 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 77 | 0.73 | 0 | 0.56 | 0.31 | 134.06 | 0.58 | 0.44 |
| Hex | 2F | AF | 4D | 49 | 0 | 38 | 1F | 86 | 3A | 2C |
| Octal | 57 | 257 | 115 | 111 | 0 | 70 | 37 | 206 | 72 | 54 |
| Binary | 101111 | 10101111 | 1001101 | 1001001 | 0 | 111000 | 11111 | 10000110 | 111010 | 101100 |
Color Harmonies of #2FAF4D
Complementary color
Monochromatic Colors of #2FAF4D
Black with #2FAF4D
Text Example
Text Example
White with #2FAF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF4D; }
p { color: rgb(47,175,77); }
H1.HeaderClassName
{
color: #2FAF4D;
}
.AnyTagClassName
{
color: #2FAF4D;
}
</style>
background-color css
<style>
a { background-color: #2FAF4D; }
a { background-color: rgb(47,175,77); }
div.DivClassName
{
background-color: #2FAF4D;
}
.BgClassName
{
background-color: #2FAF4D;
}
</style>
border-color css
<style>
span { border-color: #2FAF4D; }
span { border-color: rgb(47,175,77); }
td.TdClassName
{
border-color: #2FAF4D;
}
.TagClassName
{
border-color: #2FAF4D;
}
</style>