Shades of Chateau Green #2F994B
Tints of Chateau Green #2F994B
RGB
CMYK
RGB Variations
Color information
#2F994B (or 0x2F994B) is known color: Chateau Green. HEX triplet: 2F, 99 and 4B. RGB value is (47,153,75). Sum of RGB (Red+Green+Blue) = 47+153+75=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #2F994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F994B is #D066B4. Grayscale: #707070. Windows color (decimal): -13657781 or 4954415. OLE color: 4954415.
HSL color Cylindrical-coordinate representation of color #2F994B: hue angle of 135.85º 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 #2F994B is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 75 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.4 |
| HSL | 135.85º | 0.53% | 0.39% | - |
| HSV(B) | 135.85º | 0.69% | 0.6% | - |
| XYZ | 13.83 | 23.89 | 10.54 | - |
| YUV | 112.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 75 | 0.69 | 0 | 0.51 | 0.4 | 135.85 | 0.53 | 0.39 |
| Hex | 2F | 99 | 4B | 45 | 0 | 33 | 28 | 88 | 35 | 27 |
| Octal | 57 | 231 | 113 | 105 | 0 | 63 | 50 | 210 | 65 | 47 |
| Binary | 101111 | 10011001 | 1001011 | 1000101 | 0 | 110011 | 101000 | 10001000 | 110101 | 100111 |
Color Harmonies of #2F994B
Complementary color
Monochromatic Colors of #2F994B
Black with #2F994B
Text Example
Text Example
White with #2F994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F994B; }
p { color: rgb(47,153,75); }
H1.HeaderClassName
{
color: #2F994B;
}
.AnyTagClassName
{
color: #2F994B;
}
</style>
background-color css
<style>
a { background-color: #2F994B; }
a { background-color: rgb(47,153,75); }
div.DivClassName
{
background-color: #2F994B;
}
.BgClassName
{
background-color: #2F994B;
}
</style>
border-color css
<style>
span { border-color: #2F994B; }
span { border-color: rgb(47,153,75); }
td.TdClassName
{
border-color: #2F994B;
}
.TagClassName
{
border-color: #2F994B;
}
</style>