Shades of Verdun Green #2C6001
Tints of Verdun Green #2C6001
RGB
CMYK
RGB Variations
Color information
#2C6001 (or 0x2C6001) is known color: Verdun Green. HEX triplet: 2C, 60 and 01. RGB value is (44,96,1). Sum of RGB (Red+Green+Blue) = 44+96+1=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6001 is #D39FFE. Grayscale: #454545. Windows color (decimal): -13869055 or 90156. OLE color: 90156.
HSL color Cylindrical-coordinate representation of color #2C6001: hue angle of 92.84º 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 #2C6001 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 96 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.62 |
| HSL | 92.84º | 0.98% | 0.19% | - |
| HSV(B) | 92.84º | 0.99% | 0.38% | - |
| XYZ | 5.23 | 8.9 | 1.47 | - |
| YUV | 69.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 1 | 0.54 | 0 | 0.99 | 0.62 | 92.84 | 0.98 | 0.19 |
| Hex | 2C | 60 | 1 | 36 | 0 | 63 | 3E | 5D | 62 | 13 |
| Octal | 54 | 140 | 1 | 66 | 0 | 143 | 76 | 135 | 142 | 23 |
| Binary | 101100 | 1100000 | 1 | 110110 | 0 | 1100011 | 111110 | 1011101 | 1100010 | 10011 |
Color Harmonies of #2C6001
Complementary color
Monochromatic Colors of #2C6001
Black with #2C6001
Text Example
Text Example
White with #2C6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6001; }
p { color: rgb(44,96,1); }
H1.HeaderClassName
{
color: #2C6001;
}
.AnyTagClassName
{
color: #2C6001;
}
</style>
background-color css
<style>
a { background-color: #2C6001; }
a { background-color: rgb(44,96,1); }
div.DivClassName
{
background-color: #2C6001;
}
.BgClassName
{
background-color: #2C6001;
}
</style>
border-color css
<style>
span { border-color: #2C6001; }
span { border-color: rgb(44,96,1); }
td.TdClassName
{
border-color: #2C6001;
}
.TagClassName
{
border-color: #2C6001;
}
</style>