Shades of Viridian #308266
Tints of Viridian #308266
RGB
CMYK
RGB Variations
Color information
#308266 (or 0x308266) is known color: Viridian. HEX triplet: 30, 82 and 66. RGB value is (48,130,102). Sum of RGB (Red+Green+Blue) = 48+130+102=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #308266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308266 is #CF7D99. Grayscale: #666666. Windows color (decimal): -13598106 or 6718000. OLE color: 6718000.
HSL color Cylindrical-coordinate representation of color #308266: hue angle of 159.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308266 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 102 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.49 |
| HSL | 159.51º | 0.46% | 0.35% | - |
| HSV(B) | 159.51º | 0.63% | 0.51% | - |
| XYZ | 11.6 | 17.55 | 15.35 | - |
| YUV | 102.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 102 | 0.63 | 0 | 0.22 | 0.49 | 159.51 | 0.46 | 0.35 |
| Hex | 30 | 82 | 66 | 3F | 0 | 16 | 31 | A0 | 2E | 23 |
| Octal | 60 | 202 | 146 | 77 | 0 | 26 | 61 | 240 | 56 | 43 |
| Binary | 110000 | 10000010 | 1100110 | 111111 | 0 | 10110 | 110001 | 10100000 | 101110 | 100011 |
Color Harmonies of #308266
Complementary color
Monochromatic Colors of #308266
Black with #308266
Text Example
Text Example
White with #308266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308266; }
p { color: rgb(48,130,102); }
H1.HeaderClassName
{
color: #308266;
}
.AnyTagClassName
{
color: #308266;
}
</style>
background-color css
<style>
a { background-color: #308266; }
a { background-color: rgb(48,130,102); }
div.DivClassName
{
background-color: #308266;
}
.BgClassName
{
background-color: #308266;
}
</style>
border-color css
<style>
span { border-color: #308266; }
span { border-color: rgb(48,130,102); }
td.TdClassName
{
border-color: #308266;
}
.TagClassName
{
border-color: #308266;
}
</style>