Shades of Viridian #307F62
Tints of Viridian #307F62
RGB
CMYK
RGB Variations
Color information
#307F62 (or 0x307F62) is known color: Viridian. HEX triplet: 30, 7F and 62. RGB value is (48,127,98). Sum of RGB (Red+Green+Blue) = 48+127+98=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #307F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F62 is #CF809D. Grayscale: #646464. Windows color (decimal): -13598878 or 6455088. OLE color: 6455088.
HSL color Cylindrical-coordinate representation of color #307F62: hue angle of 157.97º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F62 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 98 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.50 |
| HSL | 157.97º | 0.45% | 0.34% | - |
| HSV(B) | 157.97º | 0.62% | 0.5% | - |
| XYZ | 11.01 | 16.69 | 14.2 | - |
| YUV | 100.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 98 | 0.62 | 0 | 0.23 | 0.50 | 157.97 | 0.45 | 0.34 |
| Hex | 30 | 7F | 62 | 3E | 0 | 17 | 32 | 9E | 2D | 22 |
| Octal | 60 | 177 | 142 | 76 | 0 | 27 | 62 | 236 | 55 | 42 |
| Binary | 110000 | 1111111 | 1100010 | 111110 | 0 | 10111 | 110010 | 10011110 | 101101 | 100010 |
Color Harmonies of #307F62
Complementary color
Monochromatic Colors of #307F62
Black with #307F62
Text Example
Text Example
White with #307F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F62; }
p { color: rgb(48,127,98); }
H1.HeaderClassName
{
color: #307F62;
}
.AnyTagClassName
{
color: #307F62;
}
</style>
background-color css
<style>
a { background-color: #307F62; }
a { background-color: rgb(48,127,98); }
div.DivClassName
{
background-color: #307F62;
}
.BgClassName
{
background-color: #307F62;
}
</style>
border-color css
<style>
span { border-color: #307F62; }
span { border-color: rgb(48,127,98); }
td.TdClassName
{
border-color: #307F62;
}
.TagClassName
{
border-color: #307F62;
}
</style>