Shades of Chateau Green #2F9746
Tints of Chateau Green #2F9746
RGB
CMYK
RGB Variations
Color information
#2F9746 (or 0x2F9746) is known color: Chateau Green. HEX triplet: 2F, 97 and 46. RGB value is (47,151,70). Sum of RGB (Red+Green+Blue) = 47+151+70=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #2F9746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9746 is #D068B9. Grayscale: #6E6E6E. Windows color (decimal): -13658298 or 4626223. OLE color: 4626223.
HSL color Cylindrical-coordinate representation of color #2F9746: hue angle of 133.27º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9746 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 70 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.41 |
| HSL | 133.27º | 0.53% | 0.39% | - |
| HSV(B) | 133.27º | 0.69% | 0.59% | - |
| XYZ | 13.34 | 23.18 | 9.57 | - |
| YUV | 110.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 70 | 0.69 | 0 | 0.54 | 0.41 | 133.27 | 0.53 | 0.39 |
| Hex | 2F | 97 | 46 | 45 | 0 | 36 | 29 | 85 | 35 | 27 |
| Octal | 57 | 227 | 106 | 105 | 0 | 66 | 51 | 205 | 65 | 47 |
| Binary | 101111 | 10010111 | 1000110 | 1000101 | 0 | 110110 | 101001 | 10000101 | 110101 | 100111 |
Color Harmonies of #2F9746
Complementary color
Monochromatic Colors of #2F9746
Black with #2F9746
Text Example
Text Example
White with #2F9746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9746; }
p { color: rgb(47,151,70); }
H1.HeaderClassName
{
color: #2F9746;
}
.AnyTagClassName
{
color: #2F9746;
}
</style>
background-color css
<style>
a { background-color: #2F9746; }
a { background-color: rgb(47,151,70); }
div.DivClassName
{
background-color: #2F9746;
}
.BgClassName
{
background-color: #2F9746;
}
</style>
border-color css
<style>
span { border-color: #2F9746; }
span { border-color: rgb(47,151,70); }
td.TdClassName
{
border-color: #2F9746;
}
.TagClassName
{
border-color: #2F9746;
}
</style>