Shades of Chateau Green #2FB74D
Tints of Chateau Green #2FB74D
RGB
CMYK
RGB Variations
Color information
#2FB74D (or 0x2FB74D) is known color: Chateau Green. HEX triplet: 2F, B7 and 4D. RGB value is (47,183,77). Sum of RGB (Red+Green+Blue) = 47+183+77=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB74D is #D048B2. Grayscale: #828282. Windows color (decimal): -13650099 or 5093167. OLE color: 5093167.
HSL color Cylindrical-coordinate representation of color #2FB74D: hue angle of 133.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB74D is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 77 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.28 |
| HSL | 133.24º | 0.59% | 0.45% | - |
| HSV(B) | 133.24º | 0.74% | 0.72% | - |
| XYZ | 19.45 | 35.01 | 12.75 | - |
| YUV | 130.25 | 97.94 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 77 | 0.74 | 0 | 0.58 | 0.28 | 133.24 | 0.59 | 0.45 |
| Hex | 2F | B7 | 4D | 4A | 0 | 3A | 1C | 85 | 3B | 2D |
| Octal | 57 | 267 | 115 | 112 | 0 | 72 | 34 | 205 | 73 | 55 |
| Binary | 101111 | 10110111 | 1001101 | 1001010 | 0 | 111010 | 11100 | 10000101 | 111011 | 101101 |
Color Harmonies of #2FB74D
Complementary color
Monochromatic Colors of #2FB74D
Black with #2FB74D
Text Example
Text Example
White with #2FB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB74D; }
p { color: rgb(47,183,77); }
H1.HeaderClassName
{
color: #2FB74D;
}
.AnyTagClassName
{
color: #2FB74D;
}
</style>
background-color css
<style>
a { background-color: #2FB74D; }
a { background-color: rgb(47,183,77); }
div.DivClassName
{
background-color: #2FB74D;
}
.BgClassName
{
background-color: #2FB74D;
}
</style>
border-color css
<style>
span { border-color: #2FB74D; }
span { border-color: rgb(47,183,77); }
td.TdClassName
{
border-color: #2FB74D;
}
.TagClassName
{
border-color: #2FB74D;
}
</style>