Shades of Viridian #2E886A
Tints of Viridian #2E886A
RGB
CMYK
RGB Variations
Color information
#2E886A (or 0x2E886A) is known color: Viridian. HEX triplet: 2E, 88 and 6A. RGB value is (46,136,106). Sum of RGB (Red+Green+Blue) = 46+136+106=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #2E886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E886A is #D17795. Grayscale: #696969. Windows color (decimal): -13727638 or 6981678. OLE color: 6981678.
HSL color Cylindrical-coordinate representation of color #2E886A: hue angle of 160º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E886A is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 106 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.47 |
| HSL | 160º | 0.49% | 0.36% | - |
| HSV(B) | 160º | 0.66% | 0.53% | - |
| XYZ | 12.53 | 19.23 | 16.69 | - |
| YUV | 105.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 106 | 0.66 | 0 | 0.22 | 0.47 | 160 | 0.49 | 0.36 |
| Hex | 2E | 88 | 6A | 42 | 0 | 16 | 2F | A0 | 31 | 24 |
| Octal | 56 | 210 | 152 | 102 | 0 | 26 | 57 | 240 | 61 | 44 |
| Binary | 101110 | 10001000 | 1101010 | 1000010 | 0 | 10110 | 101111 | 10100000 | 110001 | 100100 |
Color Harmonies of #2E886A
Complementary color
Monochromatic Colors of #2E886A
Black with #2E886A
Text Example
Text Example
White with #2E886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E886A; }
p { color: rgb(46,136,106); }
H1.HeaderClassName
{
color: #2E886A;
}
.AnyTagClassName
{
color: #2E886A;
}
</style>
background-color css
<style>
a { background-color: #2E886A; }
a { background-color: rgb(46,136,106); }
div.DivClassName
{
background-color: #2E886A;
}
.BgClassName
{
background-color: #2E886A;
}
</style>
border-color css
<style>
span { border-color: #2E886A; }
span { border-color: rgb(46,136,106); }
td.TdClassName
{
border-color: #2E886A;
}
.TagClassName
{
border-color: #2E886A;
}
</style>