Shades of Viridian #2F876D
Tints of Viridian #2F876D
RGB
CMYK
RGB Variations
Color information
#2F876D (or 0x2F876D) is known color: Viridian. HEX triplet: 2F, 87 and 6D. RGB value is (47,135,109). Sum of RGB (Red+Green+Blue) = 47+135+109=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #2F876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F876D is #D07892. Grayscale: #696969. Windows color (decimal): -13662355 or 7178031. OLE color: 7178031.
HSL color Cylindrical-coordinate representation of color #2F876D: hue angle of 162.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F876D is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 109 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.47 |
| HSL | 162.27º | 0.48% | 0.36% | - |
| HSV(B) | 162.27º | 0.65% | 0.53% | - |
| XYZ | 12.6 | 19.04 | 17.48 | - |
| YUV | 105.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 109 | 0.65 | 0 | 0.19 | 0.47 | 162.27 | 0.48 | 0.36 |
| Hex | 2F | 87 | 6D | 41 | 0 | 13 | 2F | A2 | 30 | 24 |
| Octal | 57 | 207 | 155 | 101 | 0 | 23 | 57 | 242 | 60 | 44 |
| Binary | 101111 | 10000111 | 1101101 | 1000001 | 0 | 10011 | 101111 | 10100010 | 110000 | 100100 |
Color Harmonies of #2F876D
Complementary color
Monochromatic Colors of #2F876D
Black with #2F876D
Text Example
Text Example
White with #2F876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F876D; }
p { color: rgb(47,135,109); }
H1.HeaderClassName
{
color: #2F876D;
}
.AnyTagClassName
{
color: #2F876D;
}
</style>
background-color css
<style>
a { background-color: #2F876D; }
a { background-color: rgb(47,135,109); }
div.DivClassName
{
background-color: #2F876D;
}
.BgClassName
{
background-color: #2F876D;
}
</style>
border-color css
<style>
span { border-color: #2F876D; }
span { border-color: rgb(47,135,109); }
td.TdClassName
{
border-color: #2F876D;
}
.TagClassName
{
border-color: #2F876D;
}
</style>