Shades of Chateau Green #2FA44C
Tints of Chateau Green #2FA44C
RGB
CMYK
RGB Variations
Color information
#2FA44C (or 0x2FA44C) is known color: Chateau Green. HEX triplet: 2F, A4 and 4C. RGB value is (47,164,76). Sum of RGB (Red+Green+Blue) = 47+164+76=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA44C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA44C is #D05BB3. Grayscale: #777777. Windows color (decimal): -13654964 or 5022767. OLE color: 5022767.
HSL color Cylindrical-coordinate representation of color #2FA44C: hue angle of 134.87º 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 #2FA44C is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 76 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.36 |
| HSL | 134.87º | 0.55% | 0.41% | - |
| HSV(B) | 134.87º | 0.71% | 0.64% | - |
| XYZ | 15.75 | 27.68 | 11.35 | - |
| YUV | 118.99 | 103.74 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 76 | 0.71 | 0 | 0.54 | 0.36 | 134.87 | 0.55 | 0.41 |
| Hex | 2F | A4 | 4C | 47 | 0 | 36 | 24 | 87 | 37 | 29 |
| Octal | 57 | 244 | 114 | 107 | 0 | 66 | 44 | 207 | 67 | 51 |
| Binary | 101111 | 10100100 | 1001100 | 1000111 | 0 | 110110 | 100100 | 10000111 | 110111 | 101001 |
Color Harmonies of #2FA44C
Complementary color
Monochromatic Colors of #2FA44C
Black with #2FA44C
Text Example
Text Example
White with #2FA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA44C; }
p { color: rgb(47,164,76); }
H1.HeaderClassName
{
color: #2FA44C;
}
.AnyTagClassName
{
color: #2FA44C;
}
</style>
background-color css
<style>
a { background-color: #2FA44C; }
a { background-color: rgb(47,164,76); }
div.DivClassName
{
background-color: #2FA44C;
}
.BgClassName
{
background-color: #2FA44C;
}
</style>
border-color css
<style>
span { border-color: #2FA44C; }
span { border-color: rgb(47,164,76); }
td.TdClassName
{
border-color: #2FA44C;
}
.TagClassName
{
border-color: #2FA44C;
}
</style>