Shades of Verdun Green #2F6000
Tints of Verdun Green #2F6000
RGB
CMYK
RGB Variations
Color information
#2F6000 (or 0x2F6000) is known color: Verdun Green. HEX triplet: 2F, 60 and 00. RGB value is (47,96,0). Sum of RGB (Red+Green+Blue) = 47+96+0=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6000 is #D09FFF. Grayscale: #464646. Windows color (decimal): -13672448 or 24623. OLE color: 24623.
HSL color Cylindrical-coordinate representation of color #2F6000: hue angle of 90.62º 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 #2F6000 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.62 |
| HSL | 90.63º | 1% | 0.19% | - |
| HSV(B) | 90.63º | 1% | 0.38% | - |
| XYZ | 5.36 | 8.97 | 1.45 | - |
| YUV | 70.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 0 | 0.51 | 0 | 1 | 0.62 | 90.63 | 1 | 0.19 |
| Hex | 2F | 60 | 0 | 33 | 0 | 64 | 3E | 5B | 64 | 13 |
| Octal | 57 | 140 | 0 | 63 | 0 | 144 | 76 | 133 | 144 | 23 |
| Binary | 101111 | 1100000 | 0 | 110011 | 0 | 1100100 | 111110 | 1011011 | 1100100 | 10011 |
Color Harmonies of #2F6000
Complementary color
Monochromatic Colors of #2F6000
Black with #2F6000
Text Example
Text Example
White with #2F6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6000; }
p { color: rgb(47,96,0); }
H1.HeaderClassName
{
color: #2F6000;
}
.AnyTagClassName
{
color: #2F6000;
}
</style>
background-color css
<style>
a { background-color: #2F6000; }
a { background-color: rgb(47,96,0); }
div.DivClassName
{
background-color: #2F6000;
}
.BgClassName
{
background-color: #2F6000;
}
</style>
border-color css
<style>
span { border-color: #2F6000; }
span { border-color: rgb(47,96,0); }
td.TdClassName
{
border-color: #2F6000;
}
.TagClassName
{
border-color: #2F6000;
}
</style>