Shades of Viridian #308D6F
Tints of Viridian #308D6F
RGB
CMYK
RGB Variations
Color information
#308D6F (or 0x308D6F) is known color: Viridian. HEX triplet: 30, 8D and 6F. RGB value is (48,141,111). Sum of RGB (Red+Green+Blue) = 48+141+111=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #308D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D6F is #CF7290. Grayscale: #6D6D6D. Windows color (decimal): -13595281 or 7310640. OLE color: 7310640.
HSL color Cylindrical-coordinate representation of color #308D6F: hue angle of 160.65º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D6F is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 111 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.45 |
| HSL | 160.65º | 0.49% | 0.37% | - |
| HSV(B) | 160.65º | 0.66% | 0.55% | - |
| XYZ | 13.61 | 20.83 | 18.34 | - |
| YUV | 109.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 111 | 0.66 | 0 | 0.21 | 0.45 | 160.65 | 0.49 | 0.37 |
| Hex | 30 | 8D | 6F | 42 | 0 | 15 | 2D | A1 | 31 | 25 |
| Octal | 60 | 215 | 157 | 102 | 0 | 25 | 55 | 241 | 61 | 45 |
| Binary | 110000 | 10001101 | 1101111 | 1000010 | 0 | 10101 | 101101 | 10100001 | 110001 | 100101 |
Color Harmonies of #308D6F
Complementary color
Monochromatic Colors of #308D6F
Black with #308D6F
Text Example
Text Example
White with #308D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D6F; }
p { color: rgb(48,141,111); }
H1.HeaderClassName
{
color: #308D6F;
}
.AnyTagClassName
{
color: #308D6F;
}
</style>
background-color css
<style>
a { background-color: #308D6F; }
a { background-color: rgb(48,141,111); }
div.DivClassName
{
background-color: #308D6F;
}
.BgClassName
{
background-color: #308D6F;
}
</style>
border-color css
<style>
span { border-color: #308D6F; }
span { border-color: rgb(48,141,111); }
td.TdClassName
{
border-color: #308D6F;
}
.TagClassName
{
border-color: #308D6F;
}
</style>