Shades of Chateau Green #2FAC4B
Tints of Chateau Green #2FAC4B
RGB
CMYK
RGB Variations
Color information
#2FAC4B (or 0x2FAC4B) is known color: Chateau Green. HEX triplet: 2F, AC and 4B. RGB value is (47,172,75). Sum of RGB (Red+Green+Blue) = 47+172+75=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC4B is #D053B4. Grayscale: #7B7B7B. Windows color (decimal): -13652917 or 4959279. OLE color: 4959279.
HSL color Cylindrical-coordinate representation of color #2FAC4B: hue angle of 133.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC4B is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 75 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.33 |
| HSL | 133.44º | 0.57% | 0.43% | - |
| HSV(B) | 133.44º | 0.73% | 0.67% | - |
| XYZ | 17.19 | 30.62 | 11.66 | - |
| YUV | 123.57 | 100.59 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 75 | 0.73 | 0 | 0.56 | 0.33 | 133.44 | 0.57 | 0.43 |
| Hex | 2F | AC | 4B | 49 | 0 | 38 | 21 | 85 | 39 | 2B |
| Octal | 57 | 254 | 113 | 111 | 0 | 70 | 41 | 205 | 71 | 53 |
| Binary | 101111 | 10101100 | 1001011 | 1001001 | 0 | 111000 | 100001 | 10000101 | 111001 | 101011 |
Color Harmonies of #2FAC4B
Complementary color
Monochromatic Colors of #2FAC4B
Black with #2FAC4B
Text Example
Text Example
White with #2FAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC4B; }
p { color: rgb(47,172,75); }
H1.HeaderClassName
{
color: #2FAC4B;
}
.AnyTagClassName
{
color: #2FAC4B;
}
</style>
background-color css
<style>
a { background-color: #2FAC4B; }
a { background-color: rgb(47,172,75); }
div.DivClassName
{
background-color: #2FAC4B;
}
.BgClassName
{
background-color: #2FAC4B;
}
</style>
border-color css
<style>
span { border-color: #2FAC4B; }
span { border-color: rgb(47,172,75); }
td.TdClassName
{
border-color: #2FAC4B;
}
.TagClassName
{
border-color: #2FAC4B;
}
</style>