Shades of Viridian #30876D
Tints of Viridian #30876D
RGB
CMYK
RGB Variations
Color information
#30876D (or 0x30876D) is known color: Viridian. HEX triplet: 30, 87 and 6D. RGB value is (48,135,109). Sum of RGB (Red+Green+Blue) = 48+135+109=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #30876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30876D is #CF7892. Grayscale: #6A6A6A. Windows color (decimal): -13596819 or 7178032. OLE color: 7178032.
HSL color Cylindrical-coordinate representation of color #30876D: hue angle of 162.07º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30876D is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 109 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.47 |
| HSL | 162.07º | 0.48% | 0.36% | - |
| HSV(B) | 162.07º | 0.64% | 0.53% | - |
| XYZ | 12.64 | 19.06 | 17.48 | - |
| YUV | 106.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 109 | 0.64 | 0 | 0.19 | 0.47 | 162.07 | 0.48 | 0.36 |
| Hex | 30 | 87 | 6D | 40 | 0 | 13 | 2F | A2 | 30 | 24 |
| Octal | 60 | 207 | 155 | 100 | 0 | 23 | 57 | 242 | 60 | 44 |
| Binary | 110000 | 10000111 | 1101101 | 1000000 | 0 | 10011 | 101111 | 10100010 | 110000 | 100100 |
Color Harmonies of #30876D
Complementary color
Monochromatic Colors of #30876D
Black with #30876D
Text Example
Text Example
White with #30876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30876D; }
p { color: rgb(48,135,109); }
H1.HeaderClassName
{
color: #30876D;
}
.AnyTagClassName
{
color: #30876D;
}
</style>
background-color css
<style>
a { background-color: #30876D; }
a { background-color: rgb(48,135,109); }
div.DivClassName
{
background-color: #30876D;
}
.BgClassName
{
background-color: #30876D;
}
</style>
border-color css
<style>
span { border-color: #30876D; }
span { border-color: rgb(48,135,109); }
td.TdClassName
{
border-color: #30876D;
}
.TagClassName
{
border-color: #30876D;
}
</style>