Shades of Viridian #308F74
Tints of Viridian #308F74
RGB
CMYK
RGB Variations
Color information
#308F74 (or 0x308F74) is known color: Viridian. HEX triplet: 30, 8F and 74. RGB value is (48,143,116). Sum of RGB (Red+Green+Blue) = 48+143+116=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #308F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F74 is #CF708B. Grayscale: #6F6F6F. Windows color (decimal): -13594764 or 7638832. OLE color: 7638832.
HSL color Cylindrical-coordinate representation of color #308F74: hue angle of 162.95º degrees, saturation: 0.5, 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 #308F74 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 116 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.44 |
| HSL | 162.95º | 0.5% | 0.37% | - |
| HSV(B) | 162.95º | 0.66% | 0.56% | - |
| XYZ | 14.19 | 21.53 | 19.93 | - |
| YUV | 111.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 116 | 0.66 | 0 | 0.19 | 0.44 | 162.95 | 0.5 | 0.37 |
| Hex | 30 | 8F | 74 | 42 | 0 | 13 | 2C | A3 | 32 | 25 |
| Octal | 60 | 217 | 164 | 102 | 0 | 23 | 54 | 243 | 62 | 45 |
| Binary | 110000 | 10001111 | 1110100 | 1000010 | 0 | 10011 | 101100 | 10100011 | 110010 | 100101 |
Color Harmonies of #308F74
Complementary color
Monochromatic Colors of #308F74
Black with #308F74
Text Example
Text Example
White with #308F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F74; }
p { color: rgb(48,143,116); }
H1.HeaderClassName
{
color: #308F74;
}
.AnyTagClassName
{
color: #308F74;
}
</style>
background-color css
<style>
a { background-color: #308F74; }
a { background-color: rgb(48,143,116); }
div.DivClassName
{
background-color: #308F74;
}
.BgClassName
{
background-color: #308F74;
}
</style>
border-color css
<style>
span { border-color: #308F74; }
span { border-color: rgb(48,143,116); }
td.TdClassName
{
border-color: #308F74;
}
.TagClassName
{
border-color: #308F74;
}
</style>