Shades of Chateau Green #2FAD54
Tints of Chateau Green #2FAD54
RGB
CMYK
RGB Variations
Color information
#2FAD54 (or 0x2FAD54) is known color: Chateau Green. HEX triplet: 2F, AD and 54. RGB value is (47,173,84). Sum of RGB (Red+Green+Blue) = 47+173+84=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAD54 is #D052AB. Grayscale: #7D7D7D. Windows color (decimal): -13652652 or 5549359. OLE color: 5549359.
HSL color Cylindrical-coordinate representation of color #2FAD54: hue angle of 137.62º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD54 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 84 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.32 |
| HSL | 137.62º | 0.57% | 0.43% | - |
| HSV(B) | 137.62º | 0.73% | 0.68% | - |
| XYZ | 17.72 | 31.13 | 13.46 | - |
| YUV | 125.18 | 104.76 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 84 | 0.73 | 0 | 0.51 | 0.32 | 137.62 | 0.57 | 0.43 |
| Hex | 2F | AD | 54 | 49 | 0 | 33 | 20 | 8A | 39 | 2B |
| Octal | 57 | 255 | 124 | 111 | 0 | 63 | 40 | 212 | 71 | 53 |
| Binary | 101111 | 10101101 | 1010100 | 1001001 | 0 | 110011 | 100000 | 10001010 | 111001 | 101011 |
Color Harmonies of #2FAD54
Complementary color
Monochromatic Colors of #2FAD54
Black with #2FAD54
Text Example
Text Example
White with #2FAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD54; }
p { color: rgb(47,173,84); }
H1.HeaderClassName
{
color: #2FAD54;
}
.AnyTagClassName
{
color: #2FAD54;
}
</style>
background-color css
<style>
a { background-color: #2FAD54; }
a { background-color: rgb(47,173,84); }
div.DivClassName
{
background-color: #2FAD54;
}
.BgClassName
{
background-color: #2FAD54;
}
</style>
border-color css
<style>
span { border-color: #2FAD54; }
span { border-color: rgb(47,173,84); }
td.TdClassName
{
border-color: #2FAD54;
}
.TagClassName
{
border-color: #2FAD54;
}
</style>