Shades of Verdun Green #2F6008
Tints of Verdun Green #2F6008
RGB
CMYK
RGB Variations
Color information
#2F6008 (or 0x2F6008) is known color: Verdun Green. HEX triplet: 2F, 60 and 08. RGB value is (47,96,8). Sum of RGB (Red+Green+Blue) = 47+96+8=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6008 is #D09FF7. Grayscale: #474747. Windows color (decimal): -13672440 or 548911. OLE color: 548911.
HSL color Cylindrical-coordinate representation of color #2F6008: hue angle of 93.41º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F6008 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 8 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.62 |
| HSL | 93.41º | 0.85% | 0.2% | - |
| HSV(B) | 93.41º | 0.92% | 0.38% | - |
| XYZ | 5.4 | 8.99 | 1.68 | - |
| YUV | 71.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 8 | 0.51 | 0 | 0.92 | 0.62 | 93.41 | 0.85 | 0.2 |
| Hex | 2F | 60 | 8 | 33 | 0 | 5C | 3E | 5D | 55 | 14 |
| Octal | 57 | 140 | 10 | 63 | 0 | 134 | 76 | 135 | 125 | 24 |
| Binary | 101111 | 1100000 | 1000 | 110011 | 0 | 1011100 | 111110 | 1011101 | 1010101 | 10100 |
Color Harmonies of #2F6008
Complementary color
Monochromatic Colors of #2F6008
Black with #2F6008
Text Example
Text Example
White with #2F6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6008; }
p { color: rgb(47,96,8); }
H1.HeaderClassName
{
color: #2F6008;
}
.AnyTagClassName
{
color: #2F6008;
}
</style>
background-color css
<style>
a { background-color: #2F6008; }
a { background-color: rgb(47,96,8); }
div.DivClassName
{
background-color: #2F6008;
}
.BgClassName
{
background-color: #2F6008;
}
</style>
border-color css
<style>
span { border-color: #2F6008; }
span { border-color: rgb(47,96,8); }
td.TdClassName
{
border-color: #2F6008;
}
.TagClassName
{
border-color: #2F6008;
}
</style>