Shades of Chateau Green #2FB247
Tints of Chateau Green #2FB247
RGB
CMYK
RGB Variations
Color information
#2FB247 (or 0x2FB247) is known color: Chateau Green. HEX triplet: 2F, B2 and 47. RGB value is (47,178,71). Sum of RGB (Red+Green+Blue) = 47+178+71=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB247 is #D04DB8. Grayscale: #7E7E7E. Windows color (decimal): -13651385 or 4698671. OLE color: 4698671.
HSL color Cylindrical-coordinate representation of color #2FB247: hue angle of 130.99º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB247 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 71 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.30 |
| HSL | 130.99º | 0.58% | 0.44% | - |
| HSV(B) | 130.99º | 0.74% | 0.7% | - |
| XYZ | 18.23 | 32.9 | 11.35 | - |
| YUV | 126.63 | 96.6 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 71 | 0.74 | 0 | 0.60 | 0.30 | 130.99 | 0.58 | 0.44 |
| Hex | 2F | B2 | 47 | 4A | 0 | 3C | 1E | 83 | 3A | 2C |
| Octal | 57 | 262 | 107 | 112 | 0 | 74 | 36 | 203 | 72 | 54 |
| Binary | 101111 | 10110010 | 1000111 | 1001010 | 0 | 111100 | 11110 | 10000011 | 111010 | 101100 |
Color Harmonies of #2FB247
Complementary color
Monochromatic Colors of #2FB247
Black with #2FB247
Text Example
Text Example
White with #2FB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB247; }
p { color: rgb(47,178,71); }
H1.HeaderClassName
{
color: #2FB247;
}
.AnyTagClassName
{
color: #2FB247;
}
</style>
background-color css
<style>
a { background-color: #2FB247; }
a { background-color: rgb(47,178,71); }
div.DivClassName
{
background-color: #2FB247;
}
.BgClassName
{
background-color: #2FB247;
}
</style>
border-color css
<style>
span { border-color: #2FB247; }
span { border-color: rgb(47,178,71); }
td.TdClassName
{
border-color: #2FB247;
}
.TagClassName
{
border-color: #2FB247;
}
</style>