Shades of Chateau Green #2FA44D
Tints of Chateau Green #2FA44D
RGB
CMYK
RGB Variations
Color information
#2FA44D (or 0x2FA44D) is known color: Chateau Green. HEX triplet: 2F, A4 and 4D. RGB value is (47,164,77). Sum of RGB (Red+Green+Blue) = 47+164+77=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA44D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA44D is #D05BB2. Grayscale: #777777. Windows color (decimal): -13654963 or 5088303. OLE color: 5088303.
HSL color Cylindrical-coordinate representation of color #2FA44D: hue angle of 135.38º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA44D is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 77 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.36 |
| HSL | 135.38º | 0.55% | 0.41% | - |
| HSV(B) | 135.38º | 0.71% | 0.64% | - |
| XYZ | 15.79 | 27.69 | 11.53 | - |
| YUV | 119.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 77 | 0.71 | 0 | 0.53 | 0.36 | 135.38 | 0.55 | 0.41 |
| Hex | 2F | A4 | 4D | 47 | 0 | 35 | 24 | 87 | 37 | 29 |
| Octal | 57 | 244 | 115 | 107 | 0 | 65 | 44 | 207 | 67 | 51 |
| Binary | 101111 | 10100100 | 1001101 | 1000111 | 0 | 110101 | 100100 | 10000111 | 110111 | 101001 |
Color Harmonies of #2FA44D
Complementary color
Monochromatic Colors of #2FA44D
Black with #2FA44D
Text Example
Text Example
White with #2FA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA44D; }
p { color: rgb(47,164,77); }
H1.HeaderClassName
{
color: #2FA44D;
}
.AnyTagClassName
{
color: #2FA44D;
}
</style>
background-color css
<style>
a { background-color: #2FA44D; }
a { background-color: rgb(47,164,77); }
div.DivClassName
{
background-color: #2FA44D;
}
.BgClassName
{
background-color: #2FA44D;
}
</style>
border-color css
<style>
span { border-color: #2FA44D; }
span { border-color: rgb(47,164,77); }
td.TdClassName
{
border-color: #2FA44D;
}
.TagClassName
{
border-color: #2FA44D;
}
</style>