Shades of Chateau Green #2F973F
Tints of Chateau Green #2F973F
RGB
CMYK
RGB Variations
Color information
#2F973F (or 0x2F973F) is known color: Chateau Green. HEX triplet: 2F, 97 and 3F. RGB value is (47,151,63). Sum of RGB (Red+Green+Blue) = 47+151+63=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #2F973F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F973F is #D068C0. Grayscale: #6E6E6E. Windows color (decimal): -13658305 or 4167471. OLE color: 4167471.
HSL color Cylindrical-coordinate representation of color #2F973F: hue angle of 129.23º 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 #2F973F is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 63 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.41 |
| HSL | 129.23º | 0.53% | 0.39% | - |
| HSV(B) | 129.23º | 0.69% | 0.59% | - |
| XYZ | 13.14 | 23.1 | 8.47 | - |
| YUV | 109.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 63 | 0.69 | 0 | 0.58 | 0.41 | 129.23 | 0.53 | 0.39 |
| Hex | 2F | 97 | 3F | 45 | 0 | 3A | 29 | 81 | 35 | 27 |
| Octal | 57 | 227 | 77 | 105 | 0 | 72 | 51 | 201 | 65 | 47 |
| Binary | 101111 | 10010111 | 111111 | 1000101 | 0 | 111010 | 101001 | 10000001 | 110101 | 100111 |
Color Harmonies of #2F973F
Complementary color
Monochromatic Colors of #2F973F
Black with #2F973F
Text Example
Text Example
White with #2F973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F973F; }
p { color: rgb(47,151,63); }
H1.HeaderClassName
{
color: #2F973F;
}
.AnyTagClassName
{
color: #2F973F;
}
</style>
background-color css
<style>
a { background-color: #2F973F; }
a { background-color: rgb(47,151,63); }
div.DivClassName
{
background-color: #2F973F;
}
.BgClassName
{
background-color: #2F973F;
}
</style>
border-color css
<style>
span { border-color: #2F973F; }
span { border-color: rgb(47,151,63); }
td.TdClassName
{
border-color: #2F973F;
}
.TagClassName
{
border-color: #2F973F;
}
</style>