Shades of Viridian #308E6E
Tints of Viridian #308E6E
RGB
CMYK
RGB Variations
Color information
#308E6E (or 0x308E6E) is known color: Viridian. HEX triplet: 30, 8E and 6E. RGB value is (48,142,110). Sum of RGB (Red+Green+Blue) = 48+142+110=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 142 - color contains mainly: green. Hex color #308E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E6E is #CF7191. Grayscale: #6E6E6E. Windows color (decimal): -13595026 or 7245360. OLE color: 7245360.
HSL color Cylindrical-coordinate representation of color #308E6E: hue angle of 159.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E6E is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 110 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.44 |
| HSL | 159.57º | 0.49% | 0.37% | - |
| HSV(B) | 159.57º | 0.66% | 0.56% | - |
| XYZ | 13.71 | 21.1 | 18.1 | - |
| YUV | 110.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 110 | 0.66 | 0 | 0.23 | 0.44 | 159.57 | 0.49 | 0.37 |
| Hex | 30 | 8E | 6E | 42 | 0 | 17 | 2C | A0 | 31 | 25 |
| Octal | 60 | 216 | 156 | 102 | 0 | 27 | 54 | 240 | 61 | 45 |
| Binary | 110000 | 10001110 | 1101110 | 1000010 | 0 | 10111 | 101100 | 10100000 | 110001 | 100101 |
Color Harmonies of #308E6E
Complementary color
Monochromatic Colors of #308E6E
Black with #308E6E
Text Example
Text Example
White with #308E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E6E; }
p { color: rgb(48,142,110); }
H1.HeaderClassName
{
color: #308E6E;
}
.AnyTagClassName
{
color: #308E6E;
}
</style>
background-color css
<style>
a { background-color: #308E6E; }
a { background-color: rgb(48,142,110); }
div.DivClassName
{
background-color: #308E6E;
}
.BgClassName
{
background-color: #308E6E;
}
</style>
border-color css
<style>
span { border-color: #308E6E; }
span { border-color: rgb(48,142,110); }
td.TdClassName
{
border-color: #308E6E;
}
.TagClassName
{
border-color: #308E6E;
}
</style>