Shades of Verdun Green #306702
Tints of Verdun Green #306702
RGB
CMYK
RGB Variations
Color information
#306702 (or 0x306702) is known color: Verdun Green. HEX triplet: 30, 67 and 02. RGB value is (48,103,2). Sum of RGB (Red+Green+Blue) = 48+103+2=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 103 (40.62% from 255 or 67.32% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 103 - color contains mainly: green. Hex color #306702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306702 is #CF98FD. Grayscale: #4B4B4B. Windows color (decimal): -13605118 or 157488. OLE color: 157488.
HSL color Cylindrical-coordinate representation of color #306702: hue angle of 92.67º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #306702 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 2 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.60 |
| HSL | 92.67º | 0.96% | 0.21% | - |
| HSV(B) | 92.67º | 0.98% | 0.4% | - |
| XYZ | 6.08 | 10.33 | 1.73 | - |
| YUV | 75.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 2 | 0.53 | 0 | 0.98 | 0.60 | 92.67 | 0.96 | 0.21 |
| Hex | 30 | 67 | 2 | 35 | 0 | 62 | 3C | 5D | 60 | 15 |
| Octal | 60 | 147 | 2 | 65 | 0 | 142 | 74 | 135 | 140 | 25 |
| Binary | 110000 | 1100111 | 10 | 110101 | 0 | 1100010 | 111100 | 1011101 | 1100000 | 10101 |
Color Harmonies of #306702
Complementary color
Monochromatic Colors of #306702
Black with #306702
Text Example
Text Example
White with #306702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306702; }
p { color: rgb(48,103,2); }
H1.HeaderClassName
{
color: #306702;
}
.AnyTagClassName
{
color: #306702;
}
</style>
background-color css
<style>
a { background-color: #306702; }
a { background-color: rgb(48,103,2); }
div.DivClassName
{
background-color: #306702;
}
.BgClassName
{
background-color: #306702;
}
</style>
border-color css
<style>
span { border-color: #306702; }
span { border-color: rgb(48,103,2); }
td.TdClassName
{
border-color: #306702;
}
.TagClassName
{
border-color: #306702;
}
</style>