Shades of Chateau Green #2FB552
Tints of Chateau Green #2FB552
RGB
CMYK
RGB Variations
Color information
#2FB552 (or 0x2FB552) is known color: Chateau Green. HEX triplet: 2F, B5 and 52. RGB value is (47,181,82). Sum of RGB (Red+Green+Blue) = 47+181+82=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB552 is #D04AAD. Grayscale: #818181. Windows color (decimal): -13650606 or 5420335. OLE color: 5420335.
HSL color Cylindrical-coordinate representation of color #2FB552: hue angle of 135.67º 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 #2FB552 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 82 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.29 |
| HSL | 135.67º | 0.59% | 0.45% | - |
| HSV(B) | 135.67º | 0.74% | 0.71% | - |
| XYZ | 19.22 | 34.26 | 13.58 | - |
| YUV | 129.65 | 101.11 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 82 | 0.74 | 0 | 0.55 | 0.29 | 135.67 | 0.59 | 0.45 |
| Hex | 2F | B5 | 52 | 4A | 0 | 37 | 1D | 88 | 3B | 2D |
| Octal | 57 | 265 | 122 | 112 | 0 | 67 | 35 | 210 | 73 | 55 |
| Binary | 101111 | 10110101 | 1010010 | 1001010 | 0 | 110111 | 11101 | 10001000 | 111011 | 101101 |
Color Harmonies of #2FB552
Complementary color
Monochromatic Colors of #2FB552
Black with #2FB552
Text Example
Text Example
White with #2FB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB552; }
p { color: rgb(47,181,82); }
H1.HeaderClassName
{
color: #2FB552;
}
.AnyTagClassName
{
color: #2FB552;
}
</style>
background-color css
<style>
a { background-color: #2FB552; }
a { background-color: rgb(47,181,82); }
div.DivClassName
{
background-color: #2FB552;
}
.BgClassName
{
background-color: #2FB552;
}
</style>
border-color css
<style>
span { border-color: #2FB552; }
span { border-color: rgb(47,181,82); }
td.TdClassName
{
border-color: #2FB552;
}
.TagClassName
{
border-color: #2FB552;
}
</style>