Shades of Viridian #2E8768
Tints of Viridian #2E8768
RGB
CMYK
RGB Variations
Color information
#2E8768 (or 0x2E8768) is known color: Viridian. HEX triplet: 2E, 87 and 68. RGB value is (46,135,104). Sum of RGB (Red+Green+Blue) = 46+135+104=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8768 is #D17897. Grayscale: #686868. Windows color (decimal): -13727896 or 6850350. OLE color: 6850350.
HSL color Cylindrical-coordinate representation of color #2E8768: hue angle of 159.1º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8768 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 135 | 104 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.47 |
| HSL | 159.1º | 0.49% | 0.35% | - |
| HSV(B) | 159.1º | 0.66% | 0.53% | - |
| XYZ | 12.29 | 18.91 | 16.1 | - |
| YUV | 104.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 104 | 0.66 | 0 | 0.23 | 0.47 | 159.1 | 0.49 | 0.35 |
| Hex | 2E | 87 | 68 | 42 | 0 | 17 | 2F | 9F | 31 | 23 |
| Octal | 56 | 207 | 150 | 102 | 0 | 27 | 57 | 237 | 61 | 43 |
| Binary | 101110 | 10000111 | 1101000 | 1000010 | 0 | 10111 | 101111 | 10011111 | 110001 | 100011 |
Color Harmonies of #2E8768
Complementary color
Monochromatic Colors of #2E8768
Black with #2E8768
Text Example
Text Example
White with #2E8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8768; }
p { color: rgb(46,135,104); }
H1.HeaderClassName
{
color: #2E8768;
}
.AnyTagClassName
{
color: #2E8768;
}
</style>
background-color css
<style>
a { background-color: #2E8768; }
a { background-color: rgb(46,135,104); }
div.DivClassName
{
background-color: #2E8768;
}
.BgClassName
{
background-color: #2E8768;
}
</style>
border-color css
<style>
span { border-color: #2E8768; }
span { border-color: rgb(46,135,104); }
td.TdClassName
{
border-color: #2E8768;
}
.TagClassName
{
border-color: #2E8768;
}
</style>