Shades of Viridian #30896C
Tints of Viridian #30896C
RGB
CMYK
RGB Variations
Color information
#30896C (or 0x30896C) is known color: Viridian. HEX triplet: 30, 89 and 6C. RGB value is (48,137,108). Sum of RGB (Red+Green+Blue) = 48+137+108=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #30896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30896C is #CF7693. Grayscale: #6B6B6B. Windows color (decimal): -13596308 or 7113008. OLE color: 7113008.
HSL color Cylindrical-coordinate representation of color #30896C: hue angle of 160.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30896C is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 108 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.46 |
| HSL | 160.45º | 0.48% | 0.36% | - |
| HSV(B) | 160.45º | 0.65% | 0.54% | - |
| XYZ | 12.87 | 19.6 | 17.29 | - |
| YUV | 107.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 108 | 0.65 | 0 | 0.21 | 0.46 | 160.45 | 0.48 | 0.36 |
| Hex | 30 | 89 | 6C | 41 | 0 | 15 | 2E | A0 | 30 | 24 |
| Octal | 60 | 211 | 154 | 101 | 0 | 25 | 56 | 240 | 60 | 44 |
| Binary | 110000 | 10001001 | 1101100 | 1000001 | 0 | 10101 | 101110 | 10100000 | 110000 | 100100 |
Color Harmonies of #30896C
Complementary color
Monochromatic Colors of #30896C
Black with #30896C
Text Example
Text Example
White with #30896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30896C; }
p { color: rgb(48,137,108); }
H1.HeaderClassName
{
color: #30896C;
}
.AnyTagClassName
{
color: #30896C;
}
</style>
background-color css
<style>
a { background-color: #30896C; }
a { background-color: rgb(48,137,108); }
div.DivClassName
{
background-color: #30896C;
}
.BgClassName
{
background-color: #30896C;
}
</style>
border-color css
<style>
span { border-color: #30896C; }
span { border-color: rgb(48,137,108); }
td.TdClassName
{
border-color: #30896C;
}
.TagClassName
{
border-color: #30896C;
}
</style>