Shades of Chateau Green #2FA552
Tints of Chateau Green #2FA552
RGB
CMYK
RGB Variations
Color information
#2FA552 (or 0x2FA552) is known color: Chateau Green. HEX triplet: 2F, A5 and 52. RGB value is (47,165,82). Sum of RGB (Red+Green+Blue) = 47+165+82=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA552 is #D05AAD. Grayscale: #787878. Windows color (decimal): -13654702 or 5416239. OLE color: 5416239.
HSL color Cylindrical-coordinate representation of color #2FA552: hue angle of 137.8º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA552 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 82 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.35 |
| HSL | 137.8º | 0.56% | 0.42% | - |
| HSV(B) | 137.8º | 0.72% | 0.65% | - |
| XYZ | 16.15 | 28.12 | 12.56 | - |
| YUV | 120.26 | 106.41 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 82 | 0.72 | 0 | 0.50 | 0.35 | 137.8 | 0.56 | 0.42 |
| Hex | 2F | A5 | 52 | 48 | 0 | 32 | 23 | 8A | 38 | 2A |
| Octal | 57 | 245 | 122 | 110 | 0 | 62 | 43 | 212 | 70 | 52 |
| Binary | 101111 | 10100101 | 1010010 | 1001000 | 0 | 110010 | 100011 | 10001010 | 111000 | 101010 |
Color Harmonies of #2FA552
Complementary color
Monochromatic Colors of #2FA552
Black with #2FA552
Text Example
Text Example
White with #2FA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA552; }
p { color: rgb(47,165,82); }
H1.HeaderClassName
{
color: #2FA552;
}
.AnyTagClassName
{
color: #2FA552;
}
</style>
background-color css
<style>
a { background-color: #2FA552; }
a { background-color: rgb(47,165,82); }
div.DivClassName
{
background-color: #2FA552;
}
.BgClassName
{
background-color: #2FA552;
}
</style>
border-color css
<style>
span { border-color: #2FA552; }
span { border-color: rgb(47,165,82); }
td.TdClassName
{
border-color: #2FA552;
}
.TagClassName
{
border-color: #2FA552;
}
</style>