Shades of Viridian #30886F
Tints of Viridian #30886F
RGB
CMYK
RGB Variations
Color information
#30886F (or 0x30886F) is known color: Viridian. HEX triplet: 30, 88 and 6F. RGB value is (48,136,111). Sum of RGB (Red+Green+Blue) = 48+136+111=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #30886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30886F is #CF7790. Grayscale: #6A6A6A. Windows color (decimal): -13596561 or 7309360. OLE color: 7309360.
HSL color Cylindrical-coordinate representation of color #30886F: hue angle of 162.95º 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 #30886F is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 111 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.47 |
| HSL | 162.95º | 0.48% | 0.36% | - |
| HSV(B) | 162.95º | 0.65% | 0.53% | - |
| XYZ | 12.89 | 19.38 | 18.1 | - |
| YUV | 106.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 111 | 0.65 | 0 | 0.18 | 0.47 | 162.95 | 0.48 | 0.36 |
| Hex | 30 | 88 | 6F | 41 | 0 | 12 | 2F | A3 | 30 | 24 |
| Octal | 60 | 210 | 157 | 101 | 0 | 22 | 57 | 243 | 60 | 44 |
| Binary | 110000 | 10001000 | 1101111 | 1000001 | 0 | 10010 | 101111 | 10100011 | 110000 | 100100 |
Color Harmonies of #30886F
Complementary color
Monochromatic Colors of #30886F
Black with #30886F
Text Example
Text Example
White with #30886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30886F; }
p { color: rgb(48,136,111); }
H1.HeaderClassName
{
color: #30886F;
}
.AnyTagClassName
{
color: #30886F;
}
</style>
background-color css
<style>
a { background-color: #30886F; }
a { background-color: rgb(48,136,111); }
div.DivClassName
{
background-color: #30886F;
}
.BgClassName
{
background-color: #30886F;
}
</style>
border-color css
<style>
span { border-color: #30886F; }
span { border-color: rgb(48,136,111); }
td.TdClassName
{
border-color: #30886F;
}
.TagClassName
{
border-color: #30886F;
}
</style>