Shades of Chateau Green #2FA652
Tints of Chateau Green #2FA652
RGB
CMYK
RGB Variations
Color information
#2FA652 (or 0x2FA652) is known color: Chateau Green. HEX triplet: 2F, A6 and 52. RGB value is (47,166,82). Sum of RGB (Red+Green+Blue) = 47+166+82=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA652 is #D059AD. Grayscale: #797979. Windows color (decimal): -13654446 or 5416495. OLE color: 5416495.
HSL color Cylindrical-coordinate representation of color #2FA652: hue angle of 137.65º 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 #2FA652 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 82 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.35 |
| HSL | 137.65º | 0.56% | 0.42% | - |
| HSV(B) | 137.65º | 0.72% | 0.65% | - |
| XYZ | 16.33 | 28.49 | 12.62 | - |
| YUV | 120.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 82 | 0.72 | 0 | 0.51 | 0.35 | 137.65 | 0.56 | 0.42 |
| Hex | 2F | A6 | 52 | 48 | 0 | 33 | 23 | 8A | 38 | 2A |
| Octal | 57 | 246 | 122 | 110 | 0 | 63 | 43 | 212 | 70 | 52 |
| Binary | 101111 | 10100110 | 1010010 | 1001000 | 0 | 110011 | 100011 | 10001010 | 111000 | 101010 |
Color Harmonies of #2FA652
Complementary color
Monochromatic Colors of #2FA652
Black with #2FA652
Text Example
Text Example
White with #2FA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA652; }
p { color: rgb(47,166,82); }
H1.HeaderClassName
{
color: #2FA652;
}
.AnyTagClassName
{
color: #2FA652;
}
</style>
background-color css
<style>
a { background-color: #2FA652; }
a { background-color: rgb(47,166,82); }
div.DivClassName
{
background-color: #2FA652;
}
.BgClassName
{
background-color: #2FA652;
}
</style>
border-color css
<style>
span { border-color: #2FA652; }
span { border-color: rgb(47,166,82); }
td.TdClassName
{
border-color: #2FA652;
}
.TagClassName
{
border-color: #2FA652;
}
</style>