Shades of Verdun Green #2D6107
Tints of Verdun Green #2D6107
RGB
CMYK
RGB Variations
Color information
#2D6107 (or 0x2D6107) is known color: Verdun Green. HEX triplet: 2D, 61 and 07. RGB value is (45,97,7). Sum of RGB (Red+Green+Blue) = 45+97+7=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6107 is #D29EF8. Grayscale: #474747. Windows color (decimal): -13803257 or 483629. OLE color: 483629.
HSL color Cylindrical-coordinate representation of color #2D6107: hue angle of 94.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D6107 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 7 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.62 |
| HSL | 94.67º | 0.87% | 0.2% | - |
| HSV(B) | 94.67º | 0.93% | 0.38% | - |
| XYZ | 5.4 | 9.12 | 1.68 | - |
| YUV | 71.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 7 | 0.54 | 0 | 0.93 | 0.62 | 94.67 | 0.87 | 0.2 |
| Hex | 2D | 61 | 7 | 36 | 0 | 5D | 3E | 5F | 57 | 14 |
| Octal | 55 | 141 | 7 | 66 | 0 | 135 | 76 | 137 | 127 | 24 |
| Binary | 101101 | 1100001 | 111 | 110110 | 0 | 1011101 | 111110 | 1011111 | 1010111 | 10100 |
Color Harmonies of #2D6107
Complementary color
Monochromatic Colors of #2D6107
Black with #2D6107
Text Example
Text Example
White with #2D6107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6107; }
p { color: rgb(45,97,7); }
H1.HeaderClassName
{
color: #2D6107;
}
.AnyTagClassName
{
color: #2D6107;
}
</style>
background-color css
<style>
a { background-color: #2D6107; }
a { background-color: rgb(45,97,7); }
div.DivClassName
{
background-color: #2D6107;
}
.BgClassName
{
background-color: #2D6107;
}
</style>
border-color css
<style>
span { border-color: #2D6107; }
span { border-color: rgb(45,97,7); }
td.TdClassName
{
border-color: #2D6107;
}
.TagClassName
{
border-color: #2D6107;
}
</style>