Shades of Chateau Green #2FB555
Tints of Chateau Green #2FB555
RGB
CMYK
RGB Variations
Color information
#2FB555 (or 0x2FB555) is known color: Chateau Green. HEX triplet: 2F, B5 and 55. RGB value is (47,181,85). Sum of RGB (Red+Green+Blue) = 47+181+85=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB555 is #D04AAA. Grayscale: #828282. Windows color (decimal): -13650603 or 5616943. OLE color: 5616943.
HSL color Cylindrical-coordinate representation of color #2FB555: hue angle of 137.01º 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 #2FB555 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 85 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.29 |
| HSL | 137.01º | 0.59% | 0.45% | - |
| HSV(B) | 137.01º | 0.74% | 0.71% | - |
| XYZ | 19.34 | 34.31 | 14.2 | - |
| YUV | 129.99 | 102.61 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 85 | 0.74 | 0 | 0.53 | 0.29 | 137.01 | 0.59 | 0.45 |
| Hex | 2F | B5 | 55 | 4A | 0 | 35 | 1D | 89 | 3B | 2D |
| Octal | 57 | 265 | 125 | 112 | 0 | 65 | 35 | 211 | 73 | 55 |
| Binary | 101111 | 10110101 | 1010101 | 1001010 | 0 | 110101 | 11101 | 10001001 | 111011 | 101101 |
Color Harmonies of #2FB555
Complementary color
Monochromatic Colors of #2FB555
Black with #2FB555
Text Example
Text Example
White with #2FB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB555; }
p { color: rgb(47,181,85); }
H1.HeaderClassName
{
color: #2FB555;
}
.AnyTagClassName
{
color: #2FB555;
}
</style>
background-color css
<style>
a { background-color: #2FB555; }
a { background-color: rgb(47,181,85); }
div.DivClassName
{
background-color: #2FB555;
}
.BgClassName
{
background-color: #2FB555;
}
</style>
border-color css
<style>
span { border-color: #2FB555; }
span { border-color: rgb(47,181,85); }
td.TdClassName
{
border-color: #2FB555;
}
.TagClassName
{
border-color: #2FB555;
}
</style>