Shades of Verdun Green #2B5C01
Tints of Verdun Green #2B5C01
RGB
CMYK
RGB Variations
Color information
#2B5C01 (or 0x2B5C01) is known color: Verdun Green. HEX triplet: 2B, 5C and 01. RGB value is (43,92,1). Sum of RGB (Red+Green+Blue) = 43+92+1=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 92 (36.33% from 255 or 67.65% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5C01 is #D4A3FE. Grayscale: #434343. Windows color (decimal): -13935615 or 89131. OLE color: 89131.
HSL color Cylindrical-coordinate representation of color #2B5C01: hue angle of 92.31º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B5C01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 92 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.64 |
| HSL | 92.31º | 0.98% | 0.18% | - |
| HSV(B) | 92.31º | 0.99% | 0.36% | - |
| XYZ | 4.83 | 8.17 | 1.35 | - |
| YUV | 66.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 1 | 0.53 | 0 | 0.99 | 0.64 | 92.31 | 0.98 | 0.18 |
| Hex | 2B | 5C | 1 | 35 | 0 | 63 | 40 | 5C | 62 | 12 |
| Octal | 53 | 134 | 1 | 65 | 0 | 143 | 100 | 134 | 142 | 22 |
| Binary | 101011 | 1011100 | 1 | 110101 | 0 | 1100011 | 1000000 | 1011100 | 1100010 | 10010 |
Color Harmonies of #2B5C01
Complementary color
Monochromatic Colors of #2B5C01
Black with #2B5C01
Text Example
Text Example
White with #2B5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C01; }
p { color: rgb(43,92,1); }
H1.HeaderClassName
{
color: #2B5C01;
}
.AnyTagClassName
{
color: #2B5C01;
}
</style>
background-color css
<style>
a { background-color: #2B5C01; }
a { background-color: rgb(43,92,1); }
div.DivClassName
{
background-color: #2B5C01;
}
.BgClassName
{
background-color: #2B5C01;
}
</style>
border-color css
<style>
span { border-color: #2B5C01; }
span { border-color: rgb(43,92,1); }
td.TdClassName
{
border-color: #2B5C01;
}
.TagClassName
{
border-color: #2B5C01;
}
</style>