Shades of Viridian #2E8163
Tints of Viridian #2E8163
RGB
CMYK
RGB Variations
Color information
#2E8163 (or 0x2E8163) is known color: Viridian. HEX triplet: 2E, 81 and 63. RGB value is (46,129,99). Sum of RGB (Red+Green+Blue) = 46+129+99=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #2E8163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8163 is #D17E9C. Grayscale: #646464. Windows color (decimal): -13729437 or 6521134. OLE color: 6521134.
HSL color Cylindrical-coordinate representation of color #2E8163: hue angle of 158.31º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8163 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 129 | 99 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.49 |
| HSL | 158.31º | 0.47% | 0.34% | - |
| HSV(B) | 158.31º | 0.64% | 0.51% | - |
| XYZ | 11.23 | 17.18 | 14.53 | - |
| YUV | 100.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 99 | 0.64 | 0 | 0.23 | 0.49 | 158.31 | 0.47 | 0.34 |
| Hex | 2E | 81 | 63 | 40 | 0 | 17 | 31 | 9E | 2F | 22 |
| Octal | 56 | 201 | 143 | 100 | 0 | 27 | 61 | 236 | 57 | 42 |
| Binary | 101110 | 10000001 | 1100011 | 1000000 | 0 | 10111 | 110001 | 10011110 | 101111 | 100010 |
Color Harmonies of #2E8163
Complementary color
Monochromatic Colors of #2E8163
Black with #2E8163
Text Example
Text Example
White with #2E8163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8163; }
p { color: rgb(46,129,99); }
H1.HeaderClassName
{
color: #2E8163;
}
.AnyTagClassName
{
color: #2E8163;
}
</style>
background-color css
<style>
a { background-color: #2E8163; }
a { background-color: rgb(46,129,99); }
div.DivClassName
{
background-color: #2E8163;
}
.BgClassName
{
background-color: #2E8163;
}
</style>
border-color css
<style>
span { border-color: #2E8163; }
span { border-color: rgb(46,129,99); }
td.TdClassName
{
border-color: #2E8163;
}
.TagClassName
{
border-color: #2E8163;
}
</style>