Shades of Viridian #308E74
Tints of Viridian #308E74
RGB
CMYK
RGB Variations
Color information
#308E74 (or 0x308E74) is known color: Viridian. HEX triplet: 30, 8E and 74. RGB value is (48,142,116). Sum of RGB (Red+Green+Blue) = 48+142+116=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #308E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E74 is #CF718B. Grayscale: #6E6E6E. Windows color (decimal): -13595020 or 7638576. OLE color: 7638576.
HSL color Cylindrical-coordinate representation of color #308E74: hue angle of 163.4º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E74 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 116 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.44 |
| HSL | 163.4º | 0.49% | 0.37% | - |
| HSV(B) | 163.4º | 0.66% | 0.56% | - |
| XYZ | 14.04 | 21.24 | 19.88 | - |
| YUV | 110.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 116 | 0.66 | 0 | 0.18 | 0.44 | 163.4 | 0.49 | 0.37 |
| Hex | 30 | 8E | 74 | 42 | 0 | 12 | 2C | A3 | 31 | 25 |
| Octal | 60 | 216 | 164 | 102 | 0 | 22 | 54 | 243 | 61 | 45 |
| Binary | 110000 | 10001110 | 1110100 | 1000010 | 0 | 10010 | 101100 | 10100011 | 110001 | 100101 |
Color Harmonies of #308E74
Complementary color
Monochromatic Colors of #308E74
Black with #308E74
Text Example
Text Example
White with #308E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E74; }
p { color: rgb(48,142,116); }
H1.HeaderClassName
{
color: #308E74;
}
.AnyTagClassName
{
color: #308E74;
}
</style>
background-color css
<style>
a { background-color: #308E74; }
a { background-color: rgb(48,142,116); }
div.DivClassName
{
background-color: #308E74;
}
.BgClassName
{
background-color: #308E74;
}
</style>
border-color css
<style>
span { border-color: #308E74; }
span { border-color: rgb(48,142,116); }
td.TdClassName
{
border-color: #308E74;
}
.TagClassName
{
border-color: #308E74;
}
</style>