Shades of Chateau Green #2FB05C
Tints of Chateau Green #2FB05C
RGB
CMYK
RGB Variations
Color information
#2FB05C (or 0x2FB05C) is known color: Chateau Green. HEX triplet: 2F, B0 and 5C. RGB value is (47,176,92). Sum of RGB (Red+Green+Blue) = 47+176+92=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB05C is #D04FA3. Grayscale: #808080. Windows color (decimal): -13651876 or 6074415. OLE color: 6074415.
HSL color Cylindrical-coordinate representation of color #2FB05C: hue angle of 140.93º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB05C is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 92 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.31 |
| HSL | 140.93º | 0.58% | 0.44% | - |
| HSV(B) | 140.93º | 0.73% | 0.69% | - |
| XYZ | 18.63 | 32.43 | 15.4 | - |
| YUV | 127.85 | 107.76 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 92 | 0.73 | 0 | 0.48 | 0.31 | 140.93 | 0.58 | 0.44 |
| Hex | 2F | B0 | 5C | 49 | 0 | 30 | 1F | 8D | 3A | 2C |
| Octal | 57 | 260 | 134 | 111 | 0 | 60 | 37 | 215 | 72 | 54 |
| Binary | 101111 | 10110000 | 1011100 | 1001001 | 0 | 110000 | 11111 | 10001101 | 111010 | 101100 |
Color Harmonies of #2FB05C
Complementary color
Monochromatic Colors of #2FB05C
Black with #2FB05C
Text Example
Text Example
White with #2FB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB05C; }
p { color: rgb(47,176,92); }
H1.HeaderClassName
{
color: #2FB05C;
}
.AnyTagClassName
{
color: #2FB05C;
}
</style>
background-color css
<style>
a { background-color: #2FB05C; }
a { background-color: rgb(47,176,92); }
div.DivClassName
{
background-color: #2FB05C;
}
.BgClassName
{
background-color: #2FB05C;
}
</style>
border-color css
<style>
span { border-color: #2FB05C; }
span { border-color: rgb(47,176,92); }
td.TdClassName
{
border-color: #2FB05C;
}
.TagClassName
{
border-color: #2FB05C;
}
</style>