Shades of Verdun Green #305A05
Tints of Verdun Green #305A05
RGB
CMYK
RGB Variations
Color information
#305A05 (or 0x305A05) is known color: Verdun Green. HEX triplet: 30, 5A and 05. RGB value is (48,90,5). Sum of RGB (Red+Green+Blue) = 48+90+5=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #305A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A05 is #CFA5FA. Grayscale: #444444. Windows color (decimal): -13608443 or 350768. OLE color: 350768.
HSL color Cylindrical-coordinate representation of color #305A05: hue angle of 89.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #305A05 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 5 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.65 |
| HSL | 89.65º | 0.89% | 0.19% | - |
| HSV(B) | 89.65º | 0.94% | 0.35% | - |
| XYZ | 4.9 | 7.95 | 1.42 | - |
| YUV | 67.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 5 | 0.47 | 0 | 0.94 | 0.65 | 89.65 | 0.89 | 0.19 |
| Hex | 30 | 5A | 5 | 2F | 0 | 5E | 41 | 5A | 59 | 13 |
| Octal | 60 | 132 | 5 | 57 | 0 | 136 | 101 | 132 | 131 | 23 |
| Binary | 110000 | 1011010 | 101 | 101111 | 0 | 1011110 | 1000001 | 1011010 | 1011001 | 10011 |
Color Harmonies of #305A05
Complementary color
Monochromatic Colors of #305A05
Black with #305A05
Text Example
Text Example
White with #305A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A05; }
p { color: rgb(48,90,5); }
H1.HeaderClassName
{
color: #305A05;
}
.AnyTagClassName
{
color: #305A05;
}
</style>
background-color css
<style>
a { background-color: #305A05; }
a { background-color: rgb(48,90,5); }
div.DivClassName
{
background-color: #305A05;
}
.BgClassName
{
background-color: #305A05;
}
</style>
border-color css
<style>
span { border-color: #305A05; }
span { border-color: rgb(48,90,5); }
td.TdClassName
{
border-color: #305A05;
}
.TagClassName
{
border-color: #305A05;
}
</style>