Shades of Verdun Green #306601
Tints of Verdun Green #306601
RGB
CMYK
RGB Variations
Color information
#306601 (or 0x306601) is known color: Verdun Green. HEX triplet: 30, 66 and 01. RGB value is (48,102,1). Sum of RGB (Red+Green+Blue) = 48+102+1=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #306601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306601 is #CF99FE. Grayscale: #4A4A4A. Windows color (decimal): -13605375 or 91696. OLE color: 91696.
HSL color Cylindrical-coordinate representation of color #306601: hue angle of 92.08º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #306601 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 102 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.6 |
| HSL | 92.08º | 0.98% | 0.2% | - |
| HSV(B) | 92.08º | 0.99% | 0.4% | - |
| XYZ | 5.98 | 10.13 | 1.67 | - |
| YUV | 74.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 1 | 0.53 | 0 | 0.99 | 0.6 | 92.08 | 0.98 | 0.2 |
| Hex | 30 | 66 | 1 | 35 | 0 | 63 | 3C | 5C | 62 | 14 |
| Octal | 60 | 146 | 1 | 65 | 0 | 143 | 74 | 134 | 142 | 24 |
| Binary | 110000 | 1100110 | 1 | 110101 | 0 | 1100011 | 111100 | 1011100 | 1100010 | 10100 |
Color Harmonies of #306601
Complementary color
Monochromatic Colors of #306601
Black with #306601
Text Example
Text Example
White with #306601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306601; }
p { color: rgb(48,102,1); }
H1.HeaderClassName
{
color: #306601;
}
.AnyTagClassName
{
color: #306601;
}
</style>
background-color css
<style>
a { background-color: #306601; }
a { background-color: rgb(48,102,1); }
div.DivClassName
{
background-color: #306601;
}
.BgClassName
{
background-color: #306601;
}
</style>
border-color css
<style>
span { border-color: #306601; }
span { border-color: rgb(48,102,1); }
td.TdClassName
{
border-color: #306601;
}
.TagClassName
{
border-color: #306601;
}
</style>