Shades of Verdun Green #2B5D04
Tints of Verdun Green #2B5D04
RGB
CMYK
RGB Variations
Color information
#2B5D04 (or 0x2B5D04) is known color: Verdun Green. HEX triplet: 2B, 5D and 04. RGB value is (43,93,4). Sum of RGB (Red+Green+Blue) = 43+93+4=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 93 (36.72% from 255 or 66.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5D04 is #D4A2FB. Grayscale: #444444. Windows color (decimal): -13935356 or 285995. OLE color: 285995.
HSL color Cylindrical-coordinate representation of color #2B5D04: hue angle of 93.71º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B5D04 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
RGB | 43 | 93 | 4 | - |
CMYK | 0.54 | 0 | 0.96 | 0.64 |
HSL | 93.71º | 0.92% | 0.19% | - |
HSV(B) | 93.71º | 0.96% | 0.36% | - |
XYZ | 4.93 | 8.35 | 1.47 | - |
YUV | 67.9 | 91.94 | 110.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 93 | 4 | 0.54 | 0 | 0.96 | 0.64 | 93.71 | 0.92 | 0.19 |
Hex | 2B | 5D | 4 | 36 | 0 | 60 | 40 | 5E | 5C | 13 |
Octal | 53 | 135 | 4 | 66 | 0 | 140 | 100 | 136 | 134 | 23 |
Binary | 101011 | 1011101 | 100 | 110110 | 0 | 1100000 | 1000000 | 1011110 | 1011100 | 10011 |
Color Harmonies of #2B5D04
Complementary color
Monochromatic Colors of #2B5D04
Black with #2B5D04
Text Example
Text Example
White with #2B5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D04; }
p { color: rgb(43,93,4); }
H1.HeaderClassName
{
color: #2B5D04;
}
.AnyTagClassName
{
color: #2B5D04;
}
</style>
background-color css
<style>
a { background-color: #2B5D04; }
a { background-color: rgb(43,93,4); }
div.DivClassName
{
background-color: #2B5D04;
}
.BgClassName
{
background-color: #2B5D04;
}
</style>
border-color css
<style>
span { border-color: #2B5D04; }
span { border-color: rgb(43,93,4); }
td.TdClassName
{
border-color: #2B5D04;
}
.TagClassName
{
border-color: #2B5D04;
}
</style>