Shades of Viridian #2F8E73
Tints of Viridian #2F8E73
RGB
CMYK
RGB Variations
Color information
#2F8E73 (or 0x2F8E73) is known color: Viridian. HEX triplet: 2F, 8E and 73. RGB value is (47,142,115). Sum of RGB (Red+Green+Blue) = 47+142+115=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E73 is #D0718C. Grayscale: #6E6E6E. Windows color (decimal): -13660557 or 7573039. OLE color: 7573039.
HSL color Cylindrical-coordinate representation of color #2F8E73: hue angle of 162.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8E73 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 142 | 115 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.44 |
| HSL | 162.95º | 0.5% | 0.37% | - |
| HSV(B) | 162.95º | 0.67% | 0.56% | - |
| XYZ | 13.94 | 21.19 | 19.57 | - |
| YUV | 110.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 142 | 115 | 0.67 | 0 | 0.19 | 0.44 | 162.95 | 0.5 | 0.37 |
| Hex | 2F | 8E | 73 | 43 | 0 | 13 | 2C | A3 | 32 | 25 |
| Octal | 57 | 216 | 163 | 103 | 0 | 23 | 54 | 243 | 62 | 45 |
| Binary | 101111 | 10001110 | 1110011 | 1000011 | 0 | 10011 | 101100 | 10100011 | 110010 | 100101 |
Color Harmonies of #2F8E73
Complementary color
Monochromatic Colors of #2F8E73
Black with #2F8E73
Text Example
Text Example
White with #2F8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8E73; }
p { color: rgb(47,142,115); }
H1.HeaderClassName
{
color: #2F8E73;
}
.AnyTagClassName
{
color: #2F8E73;
}
</style>
background-color css
<style>
a { background-color: #2F8E73; }
a { background-color: rgb(47,142,115); }
div.DivClassName
{
background-color: #2F8E73;
}
.BgClassName
{
background-color: #2F8E73;
}
</style>
border-color css
<style>
span { border-color: #2F8E73; }
span { border-color: rgb(47,142,115); }
td.TdClassName
{
border-color: #2F8E73;
}
.TagClassName
{
border-color: #2F8E73;
}
</style>