Shades of Verdun Green #2C5B02
Tints of Verdun Green #2C5B02
RGB
CMYK
RGB Variations
Color information
#2C5B02 (or 0x2C5B02) is known color: Verdun Green. HEX triplet: 2C, 5B and 02. RGB value is (44,91,2). Sum of RGB (Red+Green+Blue) = 44+91+2=137 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.12% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5B02 is #D3A4FD. Grayscale: #434343. Windows color (decimal): -13870334 or 154412. OLE color: 154412.
HSL color Cylindrical-coordinate representation of color #2C5B02: hue angle of 91.69º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C5B02 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 91 | 2 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.64 |
| HSL | 91.69º | 0.96% | 0.18% | - |
| HSV(B) | 91.69º | 0.98% | 0.36% | - |
| XYZ | 4.79 | 8.02 | 1.35 | - |
| YUV | 66.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 2 | 0.52 | 0 | 0.98 | 0.64 | 91.69 | 0.96 | 0.18 |
| Hex | 2C | 5B | 2 | 34 | 0 | 62 | 40 | 5C | 60 | 12 |
| Octal | 54 | 133 | 2 | 64 | 0 | 142 | 100 | 134 | 140 | 22 |
| Binary | 101100 | 1011011 | 10 | 110100 | 0 | 1100010 | 1000000 | 1011100 | 1100000 | 10010 |
Color Harmonies of #2C5B02
Complementary color
Monochromatic Colors of #2C5B02
Black with #2C5B02
Text Example
Text Example
White with #2C5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5B02; }
p { color: rgb(44,91,2); }
H1.HeaderClassName
{
color: #2C5B02;
}
.AnyTagClassName
{
color: #2C5B02;
}
</style>
background-color css
<style>
a { background-color: #2C5B02; }
a { background-color: rgb(44,91,2); }
div.DivClassName
{
background-color: #2C5B02;
}
.BgClassName
{
background-color: #2C5B02;
}
</style>
border-color css
<style>
span { border-color: #2C5B02; }
span { border-color: rgb(44,91,2); }
td.TdClassName
{
border-color: #2C5B02;
}
.TagClassName
{
border-color: #2C5B02;
}
</style>