Shades of Verdun Green #2A6000
Tints of Verdun Green #2A6000
RGB
CMYK
RGB Variations
Color information
#2A6000 (or 0x2A6000) is known color: Verdun Green. HEX triplet: 2A, 60 and 00. RGB value is (42,96,0). Sum of RGB (Red+Green+Blue) = 42+96+0=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6000 is #D59FFF. Grayscale: #454545. Windows color (decimal): -14000128 or 24618. OLE color: 24618.
HSL color Cylindrical-coordinate representation of color #2A6000: hue angle of 93.75º 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 #2A6000 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.62 |
| HSL | 93.75º | 1% | 0.19% | - |
| HSV(B) | 93.75º | 1% | 0.38% | - |
| XYZ | 5.14 | 8.86 | 1.44 | - |
| YUV | 68.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 0 | 0.56 | 0 | 1 | 0.62 | 93.75 | 1 | 0.19 |
| Hex | 2A | 60 | 0 | 38 | 0 | 64 | 3E | 5E | 64 | 13 |
| Octal | 52 | 140 | 0 | 70 | 0 | 144 | 76 | 136 | 144 | 23 |
| Binary | 101010 | 1100000 | 0 | 111000 | 0 | 1100100 | 111110 | 1011110 | 1100100 | 10011 |
Color Harmonies of #2A6000
Complementary color
Monochromatic Colors of #2A6000
Black with #2A6000
Text Example
Text Example
White with #2A6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6000; }
p { color: rgb(42,96,0); }
H1.HeaderClassName
{
color: #2A6000;
}
.AnyTagClassName
{
color: #2A6000;
}
</style>
background-color css
<style>
a { background-color: #2A6000; }
a { background-color: rgb(42,96,0); }
div.DivClassName
{
background-color: #2A6000;
}
.BgClassName
{
background-color: #2A6000;
}
</style>
border-color css
<style>
span { border-color: #2A6000; }
span { border-color: rgb(42,96,0); }
td.TdClassName
{
border-color: #2A6000;
}
.TagClassName
{
border-color: #2A6000;
}
</style>