Shades of Chateau Green #2FB549
Tints of Chateau Green #2FB549
RGB
CMYK
RGB Variations
Color information
#2FB549 (or 0x2FB549) is known color: Chateau Green. HEX triplet: 2F, B5 and 49. RGB value is (47,181,73). Sum of RGB (Red+Green+Blue) = 47+181+73=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB549 is #D04AB6. Grayscale: #808080. Windows color (decimal): -13650615 or 4830511. OLE color: 4830511.
HSL color Cylindrical-coordinate representation of color #2FB549: hue angle of 131.64º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB549 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 73 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.29 |
| HSL | 131.64º | 0.59% | 0.45% | - |
| HSV(B) | 131.64º | 0.74% | 0.71% | - |
| XYZ | 18.9 | 34.13 | 11.9 | - |
| YUV | 128.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 73 | 0.74 | 0 | 0.60 | 0.29 | 131.64 | 0.59 | 0.45 |
| Hex | 2F | B5 | 49 | 4A | 0 | 3C | 1D | 84 | 3B | 2D |
| Octal | 57 | 265 | 111 | 112 | 0 | 74 | 35 | 204 | 73 | 55 |
| Binary | 101111 | 10110101 | 1001001 | 1001010 | 0 | 111100 | 11101 | 10000100 | 111011 | 101101 |
Color Harmonies of #2FB549
Complementary color
Monochromatic Colors of #2FB549
Black with #2FB549
Text Example
Text Example
White with #2FB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB549; }
p { color: rgb(47,181,73); }
H1.HeaderClassName
{
color: #2FB549;
}
.AnyTagClassName
{
color: #2FB549;
}
</style>
background-color css
<style>
a { background-color: #2FB549; }
a { background-color: rgb(47,181,73); }
div.DivClassName
{
background-color: #2FB549;
}
.BgClassName
{
background-color: #2FB549;
}
</style>
border-color css
<style>
span { border-color: #2FB549; }
span { border-color: rgb(47,181,73); }
td.TdClassName
{
border-color: #2FB549;
}
.TagClassName
{
border-color: #2FB549;
}
</style>