Shades of Verdun Green #2B6001
Tints of Verdun Green #2B6001
RGB
CMYK
RGB Variations
Color information
#2B6001 (or 0x2B6001) is known color: Verdun Green. HEX triplet: 2B, 60 and 01. RGB value is (43,96,1). Sum of RGB (Red+Green+Blue) = 43+96+1=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6001 is #D49FFE. Grayscale: #454545. Windows color (decimal): -13934591 or 90155. OLE color: 90155.
HSL color Cylindrical-coordinate representation of color #2B6001: hue angle of 93.47º 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 #2B6001 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.62 |
| HSL | 93.47º | 0.98% | 0.19% | - |
| HSV(B) | 93.47º | 0.99% | 0.38% | - |
| XYZ | 5.18 | 8.88 | 1.47 | - |
| YUV | 69.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 1 | 0.55 | 0 | 0.99 | 0.62 | 93.47 | 0.98 | 0.19 |
| Hex | 2B | 60 | 1 | 37 | 0 | 63 | 3E | 5D | 62 | 13 |
| Octal | 53 | 140 | 1 | 67 | 0 | 143 | 76 | 135 | 142 | 23 |
| Binary | 101011 | 1100000 | 1 | 110111 | 0 | 1100011 | 111110 | 1011101 | 1100010 | 10011 |
Color Harmonies of #2B6001
Complementary color
Monochromatic Colors of #2B6001
Black with #2B6001
Text Example
Text Example
White with #2B6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6001; }
p { color: rgb(43,96,1); }
H1.HeaderClassName
{
color: #2B6001;
}
.AnyTagClassName
{
color: #2B6001;
}
</style>
background-color css
<style>
a { background-color: #2B6001; }
a { background-color: rgb(43,96,1); }
div.DivClassName
{
background-color: #2B6001;
}
.BgClassName
{
background-color: #2B6001;
}
</style>
border-color css
<style>
span { border-color: #2B6001; }
span { border-color: rgb(43,96,1); }
td.TdClassName
{
border-color: #2B6001;
}
.TagClassName
{
border-color: #2B6001;
}
</style>