Shades of Viridian #30896B
Tints of Viridian #30896B
RGB
CMYK
RGB Variations
Color information
#30896B (or 0x30896B) is known color: Viridian. HEX triplet: 30, 89 and 6B. RGB value is (48,137,107). Sum of RGB (Red+Green+Blue) = 48+137+107=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #30896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30896B is #CF7694. Grayscale: #6A6A6A. Windows color (decimal): -13596309 or 7047472. OLE color: 7047472.
HSL color Cylindrical-coordinate representation of color #30896B: hue angle of 159.78º 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 #30896B is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 107 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.46 |
| HSL | 159.78º | 0.48% | 0.36% | - |
| HSV(B) | 159.78º | 0.65% | 0.54% | - |
| XYZ | 12.82 | 19.58 | 17.01 | - |
| YUV | 106.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 107 | 0.65 | 0 | 0.22 | 0.46 | 159.78 | 0.48 | 0.36 |
| Hex | 30 | 89 | 6B | 41 | 0 | 16 | 2E | A0 | 30 | 24 |
| Octal | 60 | 211 | 153 | 101 | 0 | 26 | 56 | 240 | 60 | 44 |
| Binary | 110000 | 10001001 | 1101011 | 1000001 | 0 | 10110 | 101110 | 10100000 | 110000 | 100100 |
Color Harmonies of #30896B
Complementary color
Monochromatic Colors of #30896B
Black with #30896B
Text Example
Text Example
White with #30896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30896B; }
p { color: rgb(48,137,107); }
H1.HeaderClassName
{
color: #30896B;
}
.AnyTagClassName
{
color: #30896B;
}
</style>
background-color css
<style>
a { background-color: #30896B; }
a { background-color: rgb(48,137,107); }
div.DivClassName
{
background-color: #30896B;
}
.BgClassName
{
background-color: #30896B;
}
</style>
border-color css
<style>
span { border-color: #30896B; }
span { border-color: rgb(48,137,107); }
td.TdClassName
{
border-color: #30896B;
}
.TagClassName
{
border-color: #30896B;
}
</style>