Shades of Chateau Green #2FAC52
Tints of Chateau Green #2FAC52
RGB
CMYK
RGB Variations
Color information
#2FAC52 (or 0x2FAC52) is known color: Chateau Green. HEX triplet: 2F, AC and 52. RGB value is (47,172,82). Sum of RGB (Red+Green+Blue) = 47+172+82=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC52 is #D053AD. Grayscale: #7C7C7C. Windows color (decimal): -13652910 or 5418031. OLE color: 5418031.
HSL color Cylindrical-coordinate representation of color #2FAC52: hue angle of 136.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC52 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 82 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.33 |
| HSL | 136.8º | 0.57% | 0.43% | - |
| HSV(B) | 136.8º | 0.73% | 0.67% | - |
| XYZ | 17.45 | 30.72 | 12.99 | - |
| YUV | 124.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 82 | 0.73 | 0 | 0.52 | 0.33 | 136.8 | 0.57 | 0.43 |
| Hex | 2F | AC | 52 | 49 | 0 | 34 | 21 | 89 | 39 | 2B |
| Octal | 57 | 254 | 122 | 111 | 0 | 64 | 41 | 211 | 71 | 53 |
| Binary | 101111 | 10101100 | 1010010 | 1001001 | 0 | 110100 | 100001 | 10001001 | 111001 | 101011 |
Color Harmonies of #2FAC52
Complementary color
Monochromatic Colors of #2FAC52
Black with #2FAC52
Text Example
Text Example
White with #2FAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC52; }
p { color: rgb(47,172,82); }
H1.HeaderClassName
{
color: #2FAC52;
}
.AnyTagClassName
{
color: #2FAC52;
}
</style>
background-color css
<style>
a { background-color: #2FAC52; }
a { background-color: rgb(47,172,82); }
div.DivClassName
{
background-color: #2FAC52;
}
.BgClassName
{
background-color: #2FAC52;
}
</style>
border-color css
<style>
span { border-color: #2FAC52; }
span { border-color: rgb(47,172,82); }
td.TdClassName
{
border-color: #2FAC52;
}
.TagClassName
{
border-color: #2FAC52;
}
</style>