Shades of Viridian #30876B
Tints of Viridian #30876B
RGB
CMYK
RGB Variations
Color information
#30876B (or 0x30876B) is known color: Viridian. HEX triplet: 30, 87 and 6B. RGB value is (48,135,107). Sum of RGB (Red+Green+Blue) = 48+135+107=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #30876B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30876B is #CF7894. Grayscale: #696969. Windows color (decimal): -13596821 or 7046960. OLE color: 7046960.
HSL color Cylindrical-coordinate representation of color #30876B: hue angle of 160.69º 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 #30876B is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 107 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.47 |
| HSL | 160.69º | 0.48% | 0.36% | - |
| HSV(B) | 160.69º | 0.64% | 0.53% | - |
| XYZ | 12.54 | 19.02 | 16.92 | - |
| YUV | 105.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 107 | 0.64 | 0 | 0.21 | 0.47 | 160.69 | 0.48 | 0.36 |
| Hex | 30 | 87 | 6B | 40 | 0 | 15 | 2F | A1 | 30 | 24 |
| Octal | 60 | 207 | 153 | 100 | 0 | 25 | 57 | 241 | 60 | 44 |
| Binary | 110000 | 10000111 | 1101011 | 1000000 | 0 | 10101 | 101111 | 10100001 | 110000 | 100100 |
Color Harmonies of #30876B
Complementary color
Monochromatic Colors of #30876B
Black with #30876B
Text Example
Text Example
White with #30876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30876B; }
p { color: rgb(48,135,107); }
H1.HeaderClassName
{
color: #30876B;
}
.AnyTagClassName
{
color: #30876B;
}
</style>
background-color css
<style>
a { background-color: #30876B; }
a { background-color: rgb(48,135,107); }
div.DivClassName
{
background-color: #30876B;
}
.BgClassName
{
background-color: #30876B;
}
</style>
border-color css
<style>
span { border-color: #30876B; }
span { border-color: rgb(48,135,107); }
td.TdClassName
{
border-color: #30876B;
}
.TagClassName
{
border-color: #30876B;
}
</style>