Shades of Chateau Green #2FA452
Tints of Chateau Green #2FA452
RGB
CMYK
RGB Variations
Color information
#2FA452 (or 0x2FA452) is known color: Chateau Green. HEX triplet: 2F, A4 and 52. RGB value is (47,164,82). Sum of RGB (Red+Green+Blue) = 47+164+82=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA452 is #D05BAD. Grayscale: #777777. Windows color (decimal): -13654958 or 5415983. OLE color: 5415983.
HSL color Cylindrical-coordinate representation of color #2FA452: hue angle of 137.95º 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 #2FA452 is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 82 | - |
| CMYK | 0.71 | 0 | 0.5 | 0.36 |
| HSL | 137.95º | 0.55% | 0.41% | - |
| HSV(B) | 137.95º | 0.71% | 0.64% | - |
| XYZ | 15.97 | 27.76 | 12.5 | - |
| YUV | 119.67 | 106.74 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 82 | 0.71 | 0 | 0.5 | 0.36 | 137.95 | 0.55 | 0.41 |
| Hex | 2F | A4 | 52 | 47 | 0 | 32 | 24 | 8A | 37 | 29 |
| Octal | 57 | 244 | 122 | 107 | 0 | 62 | 44 | 212 | 67 | 51 |
| Binary | 101111 | 10100100 | 1010010 | 1000111 | 0 | 110010 | 100100 | 10001010 | 110111 | 101001 |
Color Harmonies of #2FA452
Complementary color
Monochromatic Colors of #2FA452
Black with #2FA452
Text Example
Text Example
White with #2FA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA452; }
p { color: rgb(47,164,82); }
H1.HeaderClassName
{
color: #2FA452;
}
.AnyTagClassName
{
color: #2FA452;
}
</style>
background-color css
<style>
a { background-color: #2FA452; }
a { background-color: rgb(47,164,82); }
div.DivClassName
{
background-color: #2FA452;
}
.BgClassName
{
background-color: #2FA452;
}
</style>
border-color css
<style>
span { border-color: #2FA452; }
span { border-color: rgb(47,164,82); }
td.TdClassName
{
border-color: #2FA452;
}
.TagClassName
{
border-color: #2FA452;
}
</style>