Shades of Chateau Green #2F9C4B
Tints of Chateau Green #2F9C4B
RGB
CMYK
RGB Variations
Color information
#2F9C4B (or 0x2F9C4B) is known color: Chateau Green. HEX triplet: 2F, 9C and 4B. RGB value is (47,156,75). Sum of RGB (Red+Green+Blue) = 47+156+75=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #2F9C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9C4B is #D063B4. Grayscale: #727272. Windows color (decimal): -13657013 or 4955183. OLE color: 4955183.
HSL color Cylindrical-coordinate representation of color #2F9C4B: hue angle of 135.41º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9C4B is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 156 | 75 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.39 |
| HSL | 135.41º | 0.54% | 0.4% | - |
| HSV(B) | 135.41º | 0.7% | 0.61% | - |
| XYZ | 14.33 | 24.89 | 10.71 | - |
| YUV | 114.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 156 | 75 | 0.70 | 0 | 0.52 | 0.39 | 135.41 | 0.54 | 0.4 |
| Hex | 2F | 9C | 4B | 46 | 0 | 34 | 27 | 87 | 36 | 28 |
| Octal | 57 | 234 | 113 | 106 | 0 | 64 | 47 | 207 | 66 | 50 |
| Binary | 101111 | 10011100 | 1001011 | 1000110 | 0 | 110100 | 100111 | 10000111 | 110110 | 101000 |
Color Harmonies of #2F9C4B
Complementary color
Monochromatic Colors of #2F9C4B
Black with #2F9C4B
Text Example
Text Example
White with #2F9C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9C4B; }
p { color: rgb(47,156,75); }
H1.HeaderClassName
{
color: #2F9C4B;
}
.AnyTagClassName
{
color: #2F9C4B;
}
</style>
background-color css
<style>
a { background-color: #2F9C4B; }
a { background-color: rgb(47,156,75); }
div.DivClassName
{
background-color: #2F9C4B;
}
.BgClassName
{
background-color: #2F9C4B;
}
</style>
border-color css
<style>
span { border-color: #2F9C4B; }
span { border-color: rgb(47,156,75); }
td.TdClassName
{
border-color: #2F9C4B;
}
.TagClassName
{
border-color: #2F9C4B;
}
</style>