Shades of Viridian #2E8967
Tints of Viridian #2E8967
RGB
CMYK
RGB Variations
Color information
#2E8967 (or 0x2E8967) is known color: Viridian. HEX triplet: 2E, 89 and 67. RGB value is (46,137,103). Sum of RGB (Red+Green+Blue) = 46+137+103=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8967 is #D17698. Grayscale: #696969. Windows color (decimal): -13727385 or 6785326. OLE color: 6785326.
HSL color Cylindrical-coordinate representation of color #2E8967: hue angle of 157.58º 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 #2E8967 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 103 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.46 |
| HSL | 157.58º | 0.5% | 0.36% | - |
| HSV(B) | 157.58º | 0.66% | 0.54% | - |
| XYZ | 12.52 | 19.45 | 15.93 | - |
| YUV | 105.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 103 | 0.66 | 0 | 0.25 | 0.46 | 157.58 | 0.5 | 0.36 |
| Hex | 2E | 89 | 67 | 42 | 0 | 19 | 2E | 9E | 32 | 24 |
| Octal | 56 | 211 | 147 | 102 | 0 | 31 | 56 | 236 | 62 | 44 |
| Binary | 101110 | 10001001 | 1100111 | 1000010 | 0 | 11001 | 101110 | 10011110 | 110010 | 100100 |
Color Harmonies of #2E8967
Complementary color
Monochromatic Colors of #2E8967
Black with #2E8967
Text Example
Text Example
White with #2E8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8967; }
p { color: rgb(46,137,103); }
H1.HeaderClassName
{
color: #2E8967;
}
.AnyTagClassName
{
color: #2E8967;
}
</style>
background-color css
<style>
a { background-color: #2E8967; }
a { background-color: rgb(46,137,103); }
div.DivClassName
{
background-color: #2E8967;
}
.BgClassName
{
background-color: #2E8967;
}
</style>
border-color css
<style>
span { border-color: #2E8967; }
span { border-color: rgb(46,137,103); }
td.TdClassName
{
border-color: #2E8967;
}
.TagClassName
{
border-color: #2E8967;
}
</style>