Shades of Chateau Green #2FAA4A
Tints of Chateau Green #2FAA4A
RGB
CMYK
RGB Variations
Color information
#2FAA4A (or 0x2FAA4A) is known color: Chateau Green. HEX triplet: 2F, AA and 4A. RGB value is (47,170,74). Sum of RGB (Red+Green+Blue) = 47+170+74=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAA4A is #D055B5. Grayscale: #7A7A7A. Windows color (decimal): -13653430 or 4893231. OLE color: 4893231.
HSL color Cylindrical-coordinate representation of color #2FAA4A: hue angle of 133.17º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA4A is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 74 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.33 |
| HSL | 133.17º | 0.57% | 0.43% | - |
| HSV(B) | 133.17º | 0.72% | 0.67% | - |
| XYZ | 16.78 | 29.85 | 11.36 | - |
| YUV | 122.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 74 | 0.72 | 0 | 0.56 | 0.33 | 133.17 | 0.57 | 0.43 |
| Hex | 2F | AA | 4A | 48 | 0 | 38 | 21 | 85 | 39 | 2B |
| Octal | 57 | 252 | 112 | 110 | 0 | 70 | 41 | 205 | 71 | 53 |
| Binary | 101111 | 10101010 | 1001010 | 1001000 | 0 | 111000 | 100001 | 10000101 | 111001 | 101011 |
Color Harmonies of #2FAA4A
Complementary color
Monochromatic Colors of #2FAA4A
Black with #2FAA4A
Text Example
Text Example
White with #2FAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA4A; }
p { color: rgb(47,170,74); }
H1.HeaderClassName
{
color: #2FAA4A;
}
.AnyTagClassName
{
color: #2FAA4A;
}
</style>
background-color css
<style>
a { background-color: #2FAA4A; }
a { background-color: rgb(47,170,74); }
div.DivClassName
{
background-color: #2FAA4A;
}
.BgClassName
{
background-color: #2FAA4A;
}
</style>
border-color css
<style>
span { border-color: #2FAA4A; }
span { border-color: rgb(47,170,74); }
td.TdClassName
{
border-color: #2FAA4A;
}
.TagClassName
{
border-color: #2FAA4A;
}
</style>