Shades of Verdun Green #305901
Tints of Verdun Green #305901
RGB
CMYK
RGB Variations
Color information
#305901 (or 0x305901) is known color: Verdun Green. HEX triplet: 30, 59 and 01. RGB value is (48,89,1). Sum of RGB (Red+Green+Blue) = 48+89+1=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #305901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305901 is #CFA6FE. Grayscale: #434343. Windows color (decimal): -13608703 or 88368. OLE color: 88368.
HSL color Cylindrical-coordinate representation of color #305901: hue angle of 87.95º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #305901 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 89 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.65 |
| HSL | 87.95º | 0.98% | 0.18% | - |
| HSV(B) | 87.95º | 0.99% | 0.35% | - |
| XYZ | 4.8 | 7.78 | 1.28 | - |
| YUV | 66.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 1 | 0.46 | 0 | 0.99 | 0.65 | 87.95 | 0.98 | 0.18 |
| Hex | 30 | 59 | 1 | 2E | 0 | 63 | 41 | 58 | 62 | 12 |
| Octal | 60 | 131 | 1 | 56 | 0 | 143 | 101 | 130 | 142 | 22 |
| Binary | 110000 | 1011001 | 1 | 101110 | 0 | 1100011 | 1000001 | 1011000 | 1100010 | 10010 |
Color Harmonies of #305901
Complementary color
Monochromatic Colors of #305901
Black with #305901
Text Example
Text Example
White with #305901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305901; }
p { color: rgb(48,89,1); }
H1.HeaderClassName
{
color: #305901;
}
.AnyTagClassName
{
color: #305901;
}
</style>
background-color css
<style>
a { background-color: #305901; }
a { background-color: rgb(48,89,1); }
div.DivClassName
{
background-color: #305901;
}
.BgClassName
{
background-color: #305901;
}
</style>
border-color css
<style>
span { border-color: #305901; }
span { border-color: rgb(48,89,1); }
td.TdClassName
{
border-color: #305901;
}
.TagClassName
{
border-color: #305901;
}
</style>