Shades of Viridian #30886C
Tints of Viridian #30886C
RGB
CMYK
RGB Variations
Color information
#30886C (or 0x30886C) is known color: Viridian. HEX triplet: 30, 88 and 6C. RGB value is (48,136,108). Sum of RGB (Red+Green+Blue) = 48+136+108=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #30886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30886C is #CF7793. Grayscale: #6A6A6A. Windows color (decimal): -13596564 or 7112752. OLE color: 7112752.
HSL color Cylindrical-coordinate representation of color #30886C: hue angle of 160.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30886C is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 108 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.47 |
| HSL | 160.91º | 0.48% | 0.36% | - |
| HSV(B) | 160.91º | 0.65% | 0.53% | - |
| XYZ | 12.73 | 19.32 | 17.25 | - |
| YUV | 106.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 108 | 0.65 | 0 | 0.21 | 0.47 | 160.91 | 0.48 | 0.36 |
| Hex | 30 | 88 | 6C | 41 | 0 | 15 | 2F | A1 | 30 | 24 |
| Octal | 60 | 210 | 154 | 101 | 0 | 25 | 57 | 241 | 60 | 44 |
| Binary | 110000 | 10001000 | 1101100 | 1000001 | 0 | 10101 | 101111 | 10100001 | 110000 | 100100 |
Color Harmonies of #30886C
Complementary color
Monochromatic Colors of #30886C
Black with #30886C
Text Example
Text Example
White with #30886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30886C; }
p { color: rgb(48,136,108); }
H1.HeaderClassName
{
color: #30886C;
}
.AnyTagClassName
{
color: #30886C;
}
</style>
background-color css
<style>
a { background-color: #30886C; }
a { background-color: rgb(48,136,108); }
div.DivClassName
{
background-color: #30886C;
}
.BgClassName
{
background-color: #30886C;
}
</style>
border-color css
<style>
span { border-color: #30886C; }
span { border-color: rgb(48,136,108); }
td.TdClassName
{
border-color: #30886C;
}
.TagClassName
{
border-color: #30886C;
}
</style>