Shades of Verdun Green #2D6101
Tints of Verdun Green #2D6101
RGB
CMYK
RGB Variations
Color information
#2D6101 (or 0x2D6101) is known color: Verdun Green. HEX triplet: 2D, 61 and 01. RGB value is (45,97,1). Sum of RGB (Red+Green+Blue) = 45+97+1=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6101 is #D29EFE. Grayscale: #464646. Windows color (decimal): -13803263 or 90413. OLE color: 90413.
HSL color Cylindrical-coordinate representation of color #2D6101: hue angle of 92.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D6101 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 97 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.62 |
| HSL | 92.5º | 0.98% | 0.19% | - |
| HSV(B) | 92.5º | 0.99% | 0.38% | - |
| XYZ | 5.36 | 9.11 | 1.5 | - |
| YUV | 70.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 1 | 0.54 | 0 | 0.99 | 0.62 | 92.5 | 0.98 | 0.19 |
| Hex | 2D | 61 | 1 | 36 | 0 | 63 | 3E | 5C | 62 | 13 |
| Octal | 55 | 141 | 1 | 66 | 0 | 143 | 76 | 134 | 142 | 23 |
| Binary | 101101 | 1100001 | 1 | 110110 | 0 | 1100011 | 111110 | 1011100 | 1100010 | 10011 |
Color Harmonies of #2D6101
Complementary color
Monochromatic Colors of #2D6101
Black with #2D6101
Text Example
Text Example
White with #2D6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6101; }
p { color: rgb(45,97,1); }
H1.HeaderClassName
{
color: #2D6101;
}
.AnyTagClassName
{
color: #2D6101;
}
</style>
background-color css
<style>
a { background-color: #2D6101; }
a { background-color: rgb(45,97,1); }
div.DivClassName
{
background-color: #2D6101;
}
.BgClassName
{
background-color: #2D6101;
}
</style>
border-color css
<style>
span { border-color: #2D6101; }
span { border-color: rgb(45,97,1); }
td.TdClassName
{
border-color: #2D6101;
}
.TagClassName
{
border-color: #2D6101;
}
</style>