Shades of Chateau Green #2F993E
Tints of Chateau Green #2F993E
RGB
CMYK
RGB Variations
Color information
#2F993E (or 0x2F993E) is known color: Chateau Green. HEX triplet: 2F, 99 and 3E. RGB value is (47,153,62). Sum of RGB (Red+Green+Blue) = 47+153+62=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #2F993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F993E is #D066C1. Grayscale: #6F6F6F. Windows color (decimal): -13657794 or 4102447. OLE color: 4102447.
HSL color Cylindrical-coordinate representation of color #2F993E: hue angle of 128.49º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F993E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 62 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.4 |
| HSL | 128.49º | 0.53% | 0.39% | - |
| HSV(B) | 128.49º | 0.69% | 0.6% | - |
| XYZ | 13.43 | 23.73 | 8.43 | - |
| YUV | 110.93 | 100.38 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 62 | 0.69 | 0 | 0.59 | 0.4 | 128.49 | 0.53 | 0.39 |
| Hex | 2F | 99 | 3E | 45 | 0 | 3B | 28 | 80 | 35 | 27 |
| Octal | 57 | 231 | 76 | 105 | 0 | 73 | 50 | 200 | 65 | 47 |
| Binary | 101111 | 10011001 | 111110 | 1000101 | 0 | 111011 | 101000 | 10000000 | 110101 | 100111 |
Color Harmonies of #2F993E
Complementary color
Monochromatic Colors of #2F993E
Black with #2F993E
Text Example
Text Example
White with #2F993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F993E; }
p { color: rgb(47,153,62); }
H1.HeaderClassName
{
color: #2F993E;
}
.AnyTagClassName
{
color: #2F993E;
}
</style>
background-color css
<style>
a { background-color: #2F993E; }
a { background-color: rgb(47,153,62); }
div.DivClassName
{
background-color: #2F993E;
}
.BgClassName
{
background-color: #2F993E;
}
</style>
border-color css
<style>
span { border-color: #2F993E; }
span { border-color: rgb(47,153,62); }
td.TdClassName
{
border-color: #2F993E;
}
.TagClassName
{
border-color: #2F993E;
}
</style>