Shades of Verdun Green #2B6100
Tints of Verdun Green #2B6100
RGB
CMYK
RGB Variations
Color information
#2B6100 (or 0x2B6100) is known color: Verdun Green. HEX triplet: 2B, 61 and 00. RGB value is (43,97,0). Sum of RGB (Red+Green+Blue) = 43+97+0=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6100 is #D49EFF. Grayscale: #464646. Windows color (decimal): -13934336 or 24875. OLE color: 24875.
HSL color Cylindrical-coordinate representation of color #2B6100: hue angle of 93.4º 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 #2B6100 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 97 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.62 |
| HSL | 93.4º | 1% | 0.19% | - |
| HSV(B) | 93.4º | 1% | 0.38% | - |
| XYZ | 5.27 | 9.06 | 1.47 | - |
| YUV | 69.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 0 | 0.56 | 0 | 1 | 0.62 | 93.4 | 1 | 0.19 |
| Hex | 2B | 61 | 0 | 38 | 0 | 64 | 3E | 5D | 64 | 13 |
| Octal | 53 | 141 | 0 | 70 | 0 | 144 | 76 | 135 | 144 | 23 |
| Binary | 101011 | 1100001 | 0 | 111000 | 0 | 1100100 | 111110 | 1011101 | 1100100 | 10011 |
Color Harmonies of #2B6100
Complementary color
Monochromatic Colors of #2B6100
Black with #2B6100
Text Example
Text Example
White with #2B6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6100; }
p { color: rgb(43,97,0); }
H1.HeaderClassName
{
color: #2B6100;
}
.AnyTagClassName
{
color: #2B6100;
}
</style>
background-color css
<style>
a { background-color: #2B6100; }
a { background-color: rgb(43,97,0); }
div.DivClassName
{
background-color: #2B6100;
}
.BgClassName
{
background-color: #2B6100;
}
</style>
border-color css
<style>
span { border-color: #2B6100; }
span { border-color: rgb(43,97,0); }
td.TdClassName
{
border-color: #2B6100;
}
.TagClassName
{
border-color: #2B6100;
}
</style>