Shades of Verdun Green #305D07
Tints of Verdun Green #305D07
RGB
CMYK
RGB Variations
Color information
#305D07 (or 0x305D07) is known color: Verdun Green. HEX triplet: 30, 5D and 07. RGB value is (48,93,7). Sum of RGB (Red+Green+Blue) = 48+93+7=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #305D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305D07 is #CFA2F8. Grayscale: #464646. Windows color (decimal): -13607673 or 482608. OLE color: 482608.
HSL color Cylindrical-coordinate representation of color #305D07: hue angle of 91.4º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #305D07 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 93 | 7 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.64 |
| HSL | 91.4º | 0.86% | 0.2% | - |
| HSV(B) | 91.4º | 0.92% | 0.36% | - |
| XYZ | 5.17 | 8.47 | 1.56 | - |
| YUV | 69.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 7 | 0.48 | 0 | 0.92 | 0.64 | 91.4 | 0.86 | 0.2 |
| Hex | 30 | 5D | 7 | 30 | 0 | 5C | 40 | 5B | 56 | 14 |
| Octal | 60 | 135 | 7 | 60 | 0 | 134 | 100 | 133 | 126 | 24 |
| Binary | 110000 | 1011101 | 111 | 110000 | 0 | 1011100 | 1000000 | 1011011 | 1010110 | 10100 |
Color Harmonies of #305D07
Complementary color
Monochromatic Colors of #305D07
Black with #305D07
Text Example
Text Example
White with #305D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D07; }
p { color: rgb(48,93,7); }
H1.HeaderClassName
{
color: #305D07;
}
.AnyTagClassName
{
color: #305D07;
}
</style>
background-color css
<style>
a { background-color: #305D07; }
a { background-color: rgb(48,93,7); }
div.DivClassName
{
background-color: #305D07;
}
.BgClassName
{
background-color: #305D07;
}
</style>
border-color css
<style>
span { border-color: #305D07; }
span { border-color: rgb(48,93,7); }
td.TdClassName
{
border-color: #305D07;
}
.TagClassName
{
border-color: #305D07;
}
</style>