Shades of Viridian #2F886B
Tints of Viridian #2F886B
RGB
CMYK
RGB Variations
Color information
#2F886B (or 0x2F886B) is known color: Viridian. HEX triplet: 2F, 88 and 6B. RGB value is (47,136,107). Sum of RGB (Red+Green+Blue) = 47+136+107=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #2F886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F886B is #D07794. Grayscale: #6A6A6A. Windows color (decimal): -13662101 or 7047215. OLE color: 7047215.
HSL color Cylindrical-coordinate representation of color #2F886B: hue angle of 160.45º degrees, saturation: 0.49, 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 #2F886B is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 107 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.47 |
| HSL | 160.45º | 0.49% | 0.36% | - |
| HSV(B) | 160.45º | 0.65% | 0.53% | - |
| XYZ | 12.63 | 19.27 | 16.96 | - |
| YUV | 106.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 107 | 0.65 | 0 | 0.21 | 0.47 | 160.45 | 0.49 | 0.36 |
| Hex | 2F | 88 | 6B | 41 | 0 | 15 | 2F | A0 | 31 | 24 |
| Octal | 57 | 210 | 153 | 101 | 0 | 25 | 57 | 240 | 61 | 44 |
| Binary | 101111 | 10001000 | 1101011 | 1000001 | 0 | 10101 | 101111 | 10100000 | 110001 | 100100 |
Color Harmonies of #2F886B
Complementary color
Monochromatic Colors of #2F886B
Black with #2F886B
Text Example
Text Example
White with #2F886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F886B; }
p { color: rgb(47,136,107); }
H1.HeaderClassName
{
color: #2F886B;
}
.AnyTagClassName
{
color: #2F886B;
}
</style>
background-color css
<style>
a { background-color: #2F886B; }
a { background-color: rgb(47,136,107); }
div.DivClassName
{
background-color: #2F886B;
}
.BgClassName
{
background-color: #2F886B;
}
</style>
border-color css
<style>
span { border-color: #2F886B; }
span { border-color: rgb(47,136,107); }
td.TdClassName
{
border-color: #2F886B;
}
.TagClassName
{
border-color: #2F886B;
}
</style>