Shades of Viridian #2F896F
Tints of Viridian #2F896F
RGB
CMYK
RGB Variations
Color information
#2F896F (or 0x2F896F) is known color: Viridian. HEX triplet: 2F, 89 and 6F. RGB value is (47,137,111). Sum of RGB (Red+Green+Blue) = 47+137+111=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #2F896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F896F is #D07690. Grayscale: #6B6B6B. Windows color (decimal): -13661841 or 7309615. OLE color: 7309615.
HSL color Cylindrical-coordinate representation of color #2F896F: hue angle of 162.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F896F is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 111 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.46 |
| HSL | 162.67º | 0.49% | 0.36% | - |
| HSV(B) | 162.67º | 0.66% | 0.54% | - |
| XYZ | 12.99 | 19.64 | 18.15 | - |
| YUV | 107.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 111 | 0.66 | 0 | 0.19 | 0.46 | 162.67 | 0.49 | 0.36 |
| Hex | 2F | 89 | 6F | 42 | 0 | 13 | 2E | A3 | 31 | 24 |
| Octal | 57 | 211 | 157 | 102 | 0 | 23 | 56 | 243 | 61 | 44 |
| Binary | 101111 | 10001001 | 1101111 | 1000010 | 0 | 10011 | 101110 | 10100011 | 110001 | 100100 |
Color Harmonies of #2F896F
Complementary color
Monochromatic Colors of #2F896F
Black with #2F896F
Text Example
Text Example
White with #2F896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F896F; }
p { color: rgb(47,137,111); }
H1.HeaderClassName
{
color: #2F896F;
}
.AnyTagClassName
{
color: #2F896F;
}
</style>
background-color css
<style>
a { background-color: #2F896F; }
a { background-color: rgb(47,137,111); }
div.DivClassName
{
background-color: #2F896F;
}
.BgClassName
{
background-color: #2F896F;
}
</style>
border-color css
<style>
span { border-color: #2F896F; }
span { border-color: rgb(47,137,111); }
td.TdClassName
{
border-color: #2F896F;
}
.TagClassName
{
border-color: #2F896F;
}
</style>