Shades of Chateau Green #2FA44A
Tints of Chateau Green #2FA44A
RGB
CMYK
RGB Variations
Color information
#2FA44A (or 0x2FA44A) is known color: Chateau Green. HEX triplet: 2F, A4 and 4A. RGB value is (47,164,74). Sum of RGB (Red+Green+Blue) = 47+164+74=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA44A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA44A is #D05BB5. Grayscale: #767676. Windows color (decimal): -13654966 or 4891695. OLE color: 4891695.
HSL color Cylindrical-coordinate representation of color #2FA44A: hue angle of 133.85º 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 #2FA44A is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 74 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.36 |
| HSL | 133.85º | 0.55% | 0.41% | - |
| HSV(B) | 133.85º | 0.71% | 0.64% | - |
| XYZ | 15.68 | 27.65 | 10.99 | - |
| YUV | 118.76 | 102.74 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 74 | 0.71 | 0 | 0.55 | 0.36 | 133.85 | 0.55 | 0.41 |
| Hex | 2F | A4 | 4A | 47 | 0 | 37 | 24 | 86 | 37 | 29 |
| Octal | 57 | 244 | 112 | 107 | 0 | 67 | 44 | 206 | 67 | 51 |
| Binary | 101111 | 10100100 | 1001010 | 1000111 | 0 | 110111 | 100100 | 10000110 | 110111 | 101001 |
Color Harmonies of #2FA44A
Complementary color
Monochromatic Colors of #2FA44A
Black with #2FA44A
Text Example
Text Example
White with #2FA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA44A; }
p { color: rgb(47,164,74); }
H1.HeaderClassName
{
color: #2FA44A;
}
.AnyTagClassName
{
color: #2FA44A;
}
</style>
background-color css
<style>
a { background-color: #2FA44A; }
a { background-color: rgb(47,164,74); }
div.DivClassName
{
background-color: #2FA44A;
}
.BgClassName
{
background-color: #2FA44A;
}
</style>
border-color css
<style>
span { border-color: #2FA44A; }
span { border-color: rgb(47,164,74); }
td.TdClassName
{
border-color: #2FA44A;
}
.TagClassName
{
border-color: #2FA44A;
}
</style>