Shades of Chateau Green #2FC053
Tints of Chateau Green #2FC053
RGB
CMYK
RGB Variations
Color information
#2FC053 (or 0x2FC053) is known color: Chateau Green. HEX triplet: 2F, C0 and 53. RGB value is (47,192,83). Sum of RGB (Red+Green+Blue) = 47+192+83=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC053 is #D03FAC. Grayscale: #888888. Windows color (decimal): -13647789 or 5488687. OLE color: 5488687.
HSL color Cylindrical-coordinate representation of color #2FC053: hue angle of 134.9º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC053 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 83 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.25 |
| HSL | 134.9º | 0.61% | 0.47% | - |
| HSV(B) | 134.9º | 0.76% | 0.75% | - |
| XYZ | 21.58 | 38.93 | 14.56 | - |
| YUV | 136.22 | 97.96 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 83 | 0.76 | 0 | 0.57 | 0.25 | 134.9 | 0.61 | 0.47 |
| Hex | 2F | C0 | 53 | 4C | 0 | 39 | 19 | 87 | 3D | 2F |
| Octal | 57 | 300 | 123 | 114 | 0 | 71 | 31 | 207 | 75 | 57 |
| Binary | 101111 | 11000000 | 1010011 | 1001100 | 0 | 111001 | 11001 | 10000111 | 111101 | 101111 |
Color Harmonies of #2FC053
Complementary color
Monochromatic Colors of #2FC053
Black with #2FC053
Text Example
Text Example
White with #2FC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC053; }
p { color: rgb(47,192,83); }
H1.HeaderClassName
{
color: #2FC053;
}
.AnyTagClassName
{
color: #2FC053;
}
</style>
background-color css
<style>
a { background-color: #2FC053; }
a { background-color: rgb(47,192,83); }
div.DivClassName
{
background-color: #2FC053;
}
.BgClassName
{
background-color: #2FC053;
}
</style>
border-color css
<style>
span { border-color: #2FC053; }
span { border-color: rgb(47,192,83); }
td.TdClassName
{
border-color: #2FC053;
}
.TagClassName
{
border-color: #2FC053;
}
</style>