Shades of Viridian #2F896D
Tints of Viridian #2F896D
RGB
CMYK
RGB Variations
Color information
#2F896D (or 0x2F896D) is known color: Viridian. HEX triplet: 2F, 89 and 6D. RGB value is (47,137,109). Sum of RGB (Red+Green+Blue) = 47+137+109=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #2F896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F896D is #D07692. Grayscale: #6A6A6A. Windows color (decimal): -13661843 or 7178543. OLE color: 7178543.
HSL color Cylindrical-coordinate representation of color #2F896D: hue angle of 161.33º 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 #2F896D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 109 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.46 |
| HSL | 161.33º | 0.49% | 0.36% | - |
| HSV(B) | 161.33º | 0.66% | 0.54% | - |
| XYZ | 12.88 | 19.6 | 17.57 | - |
| YUV | 106.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 109 | 0.66 | 0 | 0.20 | 0.46 | 161.33 | 0.49 | 0.36 |
| Hex | 2F | 89 | 6D | 42 | 0 | 14 | 2E | A1 | 31 | 24 |
| Octal | 57 | 211 | 155 | 102 | 0 | 24 | 56 | 241 | 61 | 44 |
| Binary | 101111 | 10001001 | 1101101 | 1000010 | 0 | 10100 | 101110 | 10100001 | 110001 | 100100 |
Color Harmonies of #2F896D
Complementary color
Monochromatic Colors of #2F896D
Black with #2F896D
Text Example
Text Example
White with #2F896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F896D; }
p { color: rgb(47,137,109); }
H1.HeaderClassName
{
color: #2F896D;
}
.AnyTagClassName
{
color: #2F896D;
}
</style>
background-color css
<style>
a { background-color: #2F896D; }
a { background-color: rgb(47,137,109); }
div.DivClassName
{
background-color: #2F896D;
}
.BgClassName
{
background-color: #2F896D;
}
</style>
border-color css
<style>
span { border-color: #2F896D; }
span { border-color: rgb(47,137,109); }
td.TdClassName
{
border-color: #2F896D;
}
.TagClassName
{
border-color: #2F896D;
}
</style>