Shades of Viridian #2E896A
Tints of Viridian #2E896A
RGB
CMYK
RGB Variations
Color information
#2E896A (or 0x2E896A) is known color: Viridian. HEX triplet: 2E, 89 and 6A. RGB value is (46,137,106). Sum of RGB (Red+Green+Blue) = 46+137+106=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #2E896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E896A is #D17695. Grayscale: #6A6A6A. Windows color (decimal): -13727382 or 6981934. OLE color: 6981934.
HSL color Cylindrical-coordinate representation of color #2E896A: hue angle of 159.56º 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 #2E896A is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 106 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.46 |
| HSL | 159.56º | 0.5% | 0.36% | - |
| HSV(B) | 159.56º | 0.66% | 0.54% | - |
| XYZ | 12.67 | 19.51 | 16.73 | - |
| YUV | 106.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 106 | 0.66 | 0 | 0.23 | 0.46 | 159.56 | 0.5 | 0.36 |
| Hex | 2E | 89 | 6A | 42 | 0 | 17 | 2E | A0 | 32 | 24 |
| Octal | 56 | 211 | 152 | 102 | 0 | 27 | 56 | 240 | 62 | 44 |
| Binary | 101110 | 10001001 | 1101010 | 1000010 | 0 | 10111 | 101110 | 10100000 | 110010 | 100100 |
Color Harmonies of #2E896A
Complementary color
Monochromatic Colors of #2E896A
Black with #2E896A
Text Example
Text Example
White with #2E896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E896A; }
p { color: rgb(46,137,106); }
H1.HeaderClassName
{
color: #2E896A;
}
.AnyTagClassName
{
color: #2E896A;
}
</style>
background-color css
<style>
a { background-color: #2E896A; }
a { background-color: rgb(46,137,106); }
div.DivClassName
{
background-color: #2E896A;
}
.BgClassName
{
background-color: #2E896A;
}
</style>
border-color css
<style>
span { border-color: #2E896A; }
span { border-color: rgb(46,137,106); }
td.TdClassName
{
border-color: #2E896A;
}
.TagClassName
{
border-color: #2E896A;
}
</style>