Shades of Viridian #2E896B
Tints of Viridian #2E896B
RGB
CMYK
RGB Variations
Color information
#2E896B (or 0x2E896B) is known color: Viridian. HEX triplet: 2E, 89 and 6B. RGB value is (46,137,107). Sum of RGB (Red+Green+Blue) = 46+137+107=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #2E896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E896B is #D17694. Grayscale: #6A6A6A. Windows color (decimal): -13727381 or 7047470. OLE color: 7047470.
HSL color Cylindrical-coordinate representation of color #2E896B: hue angle of 160.22º degrees, saturation: 0.5, 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 #2E896B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 107 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.46 |
| HSL | 160.22º | 0.5% | 0.36% | - |
| HSV(B) | 160.22º | 0.66% | 0.54% | - |
| XYZ | 12.73 | 19.53 | 17.01 | - |
| YUV | 106.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 107 | 0.66 | 0 | 0.22 | 0.46 | 160.22 | 0.5 | 0.36 |
| Hex | 2E | 89 | 6B | 42 | 0 | 16 | 2E | A0 | 32 | 24 |
| Octal | 56 | 211 | 153 | 102 | 0 | 26 | 56 | 240 | 62 | 44 |
| Binary | 101110 | 10001001 | 1101011 | 1000010 | 0 | 10110 | 101110 | 10100000 | 110010 | 100100 |
Color Harmonies of #2E896B
Complementary color
Monochromatic Colors of #2E896B
Black with #2E896B
Text Example
Text Example
White with #2E896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E896B; }
p { color: rgb(46,137,107); }
H1.HeaderClassName
{
color: #2E896B;
}
.AnyTagClassName
{
color: #2E896B;
}
</style>
background-color css
<style>
a { background-color: #2E896B; }
a { background-color: rgb(46,137,107); }
div.DivClassName
{
background-color: #2E896B;
}
.BgClassName
{
background-color: #2E896B;
}
</style>
border-color css
<style>
span { border-color: #2E896B; }
span { border-color: rgb(46,137,107); }
td.TdClassName
{
border-color: #2E896B;
}
.TagClassName
{
border-color: #2E896B;
}
</style>