Shades of Viridian #308F72
Tints of Viridian #308F72
RGB
CMYK
RGB Variations
Color information
#308F72 (or 0x308F72) is known color: Viridian. HEX triplet: 30, 8F and 72. RGB value is (48,143,114). Sum of RGB (Red+Green+Blue) = 48+143+114=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #308F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F72 is #CF708D. Grayscale: #6F6F6F. Windows color (decimal): -13594766 or 7507760. OLE color: 7507760.
HSL color Cylindrical-coordinate representation of color #308F72: hue angle of 161.68º 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 #308F72 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 114 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.44 |
| HSL | 161.68º | 0.5% | 0.37% | - |
| HSV(B) | 161.68º | 0.66% | 0.56% | - |
| XYZ | 14.08 | 21.49 | 19.33 | - |
| YUV | 111.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 114 | 0.66 | 0 | 0.20 | 0.44 | 161.68 | 0.5 | 0.37 |
| Hex | 30 | 8F | 72 | 42 | 0 | 14 | 2C | A2 | 32 | 25 |
| Octal | 60 | 217 | 162 | 102 | 0 | 24 | 54 | 242 | 62 | 45 |
| Binary | 110000 | 10001111 | 1110010 | 1000010 | 0 | 10100 | 101100 | 10100010 | 110010 | 100101 |
Color Harmonies of #308F72
Complementary color
Monochromatic Colors of #308F72
Black with #308F72
Text Example
Text Example
White with #308F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F72; }
p { color: rgb(48,143,114); }
H1.HeaderClassName
{
color: #308F72;
}
.AnyTagClassName
{
color: #308F72;
}
</style>
background-color css
<style>
a { background-color: #308F72; }
a { background-color: rgb(48,143,114); }
div.DivClassName
{
background-color: #308F72;
}
.BgClassName
{
background-color: #308F72;
}
</style>
border-color css
<style>
span { border-color: #308F72; }
span { border-color: rgb(48,143,114); }
td.TdClassName
{
border-color: #308F72;
}
.TagClassName
{
border-color: #308F72;
}
</style>