Shades of Viridian #308E6D
Tints of Viridian #308E6D
RGB
CMYK
RGB Variations
Color information
#308E6D (or 0x308E6D) is known color: Viridian. HEX triplet: 30, 8E and 6D. RGB value is (48,142,109). Sum of RGB (Red+Green+Blue) = 48+142+109=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #308E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E6D is #CF7192. Grayscale: #6E6E6E. Windows color (decimal): -13595027 or 7179824. OLE color: 7179824.
HSL color Cylindrical-coordinate representation of color #308E6D: hue angle of 158.94º 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 #308E6D is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 109 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.44 |
| HSL | 158.94º | 0.49% | 0.37% | - |
| HSV(B) | 158.94º | 0.66% | 0.56% | - |
| XYZ | 13.65 | 21.08 | 17.82 | - |
| YUV | 110.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 109 | 0.66 | 0 | 0.23 | 0.44 | 158.94 | 0.49 | 0.37 |
| Hex | 30 | 8E | 6D | 42 | 0 | 17 | 2C | 9F | 31 | 25 |
| Octal | 60 | 216 | 155 | 102 | 0 | 27 | 54 | 237 | 61 | 45 |
| Binary | 110000 | 10001110 | 1101101 | 1000010 | 0 | 10111 | 101100 | 10011111 | 110001 | 100101 |
Color Harmonies of #308E6D
Complementary color
Monochromatic Colors of #308E6D
Black with #308E6D
Text Example
Text Example
White with #308E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E6D; }
p { color: rgb(48,142,109); }
H1.HeaderClassName
{
color: #308E6D;
}
.AnyTagClassName
{
color: #308E6D;
}
</style>
background-color css
<style>
a { background-color: #308E6D; }
a { background-color: rgb(48,142,109); }
div.DivClassName
{
background-color: #308E6D;
}
.BgClassName
{
background-color: #308E6D;
}
</style>
border-color css
<style>
span { border-color: #308E6D; }
span { border-color: rgb(48,142,109); }
td.TdClassName
{
border-color: #308E6D;
}
.TagClassName
{
border-color: #308E6D;
}
</style>