Shades of Chateau Green #2FA650
Tints of Chateau Green #2FA650
RGB
CMYK
RGB Variations
Color information
#2FA650 (or 0x2FA650) is known color: Chateau Green. HEX triplet: 2F, A6 and 50. RGB value is (47,166,80). Sum of RGB (Red+Green+Blue) = 47+166+80=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA650 is #D059AF. Grayscale: #787878. Windows color (decimal): -13654448 or 5285423. OLE color: 5285423.
HSL color Cylindrical-coordinate representation of color #2FA650: hue angle of 136.64º 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 #2FA650 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 80 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.35 |
| HSL | 136.64º | 0.56% | 0.42% | - |
| HSV(B) | 136.64º | 0.72% | 0.65% | - |
| XYZ | 16.26 | 28.46 | 12.23 | - |
| YUV | 120.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 80 | 0.72 | 0 | 0.52 | 0.35 | 136.64 | 0.56 | 0.42 |
| Hex | 2F | A6 | 50 | 48 | 0 | 34 | 23 | 89 | 38 | 2A |
| Octal | 57 | 246 | 120 | 110 | 0 | 64 | 43 | 211 | 70 | 52 |
| Binary | 101111 | 10100110 | 1010000 | 1001000 | 0 | 110100 | 100011 | 10001001 | 111000 | 101010 |
Color Harmonies of #2FA650
Complementary color
Monochromatic Colors of #2FA650
Black with #2FA650
Text Example
Text Example
White with #2FA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA650; }
p { color: rgb(47,166,80); }
H1.HeaderClassName
{
color: #2FA650;
}
.AnyTagClassName
{
color: #2FA650;
}
</style>
background-color css
<style>
a { background-color: #2FA650; }
a { background-color: rgb(47,166,80); }
div.DivClassName
{
background-color: #2FA650;
}
.BgClassName
{
background-color: #2FA650;
}
</style>
border-color css
<style>
span { border-color: #2FA650; }
span { border-color: rgb(47,166,80); }
td.TdClassName
{
border-color: #2FA650;
}
.TagClassName
{
border-color: #2FA650;
}
</style>