Shades of Viridian #2E886B
Tints of Viridian #2E886B
RGB
CMYK
RGB Variations
Color information
#2E886B (or 0x2E886B) is known color: Viridian. HEX triplet: 2E, 88 and 6B. RGB value is (46,136,107). Sum of RGB (Red+Green+Blue) = 46+136+107=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #2E886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E886B is #D17794. Grayscale: #696969. Windows color (decimal): -13727637 or 7047214. OLE color: 7047214.
HSL color Cylindrical-coordinate representation of color #2E886B: hue angle of 160.67º 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 #2E886B is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 136 | 107 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.47 |
| HSL | 160.67º | 0.49% | 0.36% | - |
| HSV(B) | 160.67º | 0.66% | 0.53% | - |
| XYZ | 12.58 | 19.25 | 16.96 | - |
| YUV | 105.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 107 | 0.66 | 0 | 0.21 | 0.47 | 160.67 | 0.49 | 0.36 |
| Hex | 2E | 88 | 6B | 42 | 0 | 15 | 2F | A1 | 31 | 24 |
| Octal | 56 | 210 | 153 | 102 | 0 | 25 | 57 | 241 | 61 | 44 |
| Binary | 101110 | 10001000 | 1101011 | 1000010 | 0 | 10101 | 101111 | 10100001 | 110001 | 100100 |
Color Harmonies of #2E886B
Complementary color
Monochromatic Colors of #2E886B
Black with #2E886B
Text Example
Text Example
White with #2E886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E886B; }
p { color: rgb(46,136,107); }
H1.HeaderClassName
{
color: #2E886B;
}
.AnyTagClassName
{
color: #2E886B;
}
</style>
background-color css
<style>
a { background-color: #2E886B; }
a { background-color: rgb(46,136,107); }
div.DivClassName
{
background-color: #2E886B;
}
.BgClassName
{
background-color: #2E886B;
}
</style>
border-color css
<style>
span { border-color: #2E886B; }
span { border-color: rgb(46,136,107); }
td.TdClassName
{
border-color: #2E886B;
}
.TagClassName
{
border-color: #2E886B;
}
</style>