Shades of Viridian #2F896C
Tints of Viridian #2F896C
RGB
CMYK
RGB Variations
Color information
#2F896C (or 0x2F896C) is known color: Viridian. HEX triplet: 2F, 89 and 6C. RGB value is (47,137,108). Sum of RGB (Red+Green+Blue) = 47+137+108=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #2F896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F896C is #D07693. Grayscale: #6A6A6A. Windows color (decimal): -13661844 or 7113007. OLE color: 7113007.
HSL color Cylindrical-coordinate representation of color #2F896C: hue angle of 160.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 #2F896C is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 108 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.46 |
| HSL | 160.67º | 0.49% | 0.36% | - |
| HSV(B) | 160.67º | 0.66% | 0.54% | - |
| XYZ | 12.82 | 19.58 | 17.29 | - |
| YUV | 106.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 108 | 0.66 | 0 | 0.21 | 0.46 | 160.67 | 0.49 | 0.36 |
| Hex | 2F | 89 | 6C | 42 | 0 | 15 | 2E | A1 | 31 | 24 |
| Octal | 57 | 211 | 154 | 102 | 0 | 25 | 56 | 241 | 61 | 44 |
| Binary | 101111 | 10001001 | 1101100 | 1000010 | 0 | 10101 | 101110 | 10100001 | 110001 | 100100 |
Color Harmonies of #2F896C
Complementary color
Monochromatic Colors of #2F896C
Black with #2F896C
Text Example
Text Example
White with #2F896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F896C; }
p { color: rgb(47,137,108); }
H1.HeaderClassName
{
color: #2F896C;
}
.AnyTagClassName
{
color: #2F896C;
}
</style>
background-color css
<style>
a { background-color: #2F896C; }
a { background-color: rgb(47,137,108); }
div.DivClassName
{
background-color: #2F896C;
}
.BgClassName
{
background-color: #2F896C;
}
</style>
border-color css
<style>
span { border-color: #2F896C; }
span { border-color: rgb(47,137,108); }
td.TdClassName
{
border-color: #2F896C;
}
.TagClassName
{
border-color: #2F896C;
}
</style>