Shades of Verdun Green #2C6100
Tints of Verdun Green #2C6100
RGB
CMYK
RGB Variations
Color information
#2C6100 (or 0x2C6100) is known color: Verdun Green. HEX triplet: 2C, 61 and 00. RGB value is (44,97,0). Sum of RGB (Red+Green+Blue) = 44+97+0=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6100 is #D39EFF. Grayscale: #464646. Windows color (decimal): -13868800 or 24876. OLE color: 24876.
HSL color Cylindrical-coordinate representation of color #2C6100: hue angle of 92.78º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C6100 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.62 |
| HSL | 92.78º | 1% | 0.19% | - |
| HSV(B) | 92.78º | 1% | 0.38% | - |
| XYZ | 5.31 | 9.08 | 1.47 | - |
| YUV | 70.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 0 | 0.55 | 0 | 1 | 0.62 | 92.78 | 1 | 0.19 |
| Hex | 2C | 61 | 0 | 37 | 0 | 64 | 3E | 5D | 64 | 13 |
| Octal | 54 | 141 | 0 | 67 | 0 | 144 | 76 | 135 | 144 | 23 |
| Binary | 101100 | 1100001 | 0 | 110111 | 0 | 1100100 | 111110 | 1011101 | 1100100 | 10011 |
Color Harmonies of #2C6100
Complementary color
Monochromatic Colors of #2C6100
Black with #2C6100
Text Example
Text Example
White with #2C6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6100; }
p { color: rgb(44,97,0); }
H1.HeaderClassName
{
color: #2C6100;
}
.AnyTagClassName
{
color: #2C6100;
}
</style>
background-color css
<style>
a { background-color: #2C6100; }
a { background-color: rgb(44,97,0); }
div.DivClassName
{
background-color: #2C6100;
}
.BgClassName
{
background-color: #2C6100;
}
</style>
border-color css
<style>
span { border-color: #2C6100; }
span { border-color: rgb(44,97,0); }
td.TdClassName
{
border-color: #2C6100;
}
.TagClassName
{
border-color: #2C6100;
}
</style>