Shades of Verdun Green #2F6600
Tints of Verdun Green #2F6600
RGB
CMYK
RGB Variations
Color information
#2F6600 (or 0x2F6600) is known color: Verdun Green. HEX triplet: 2F, 66 and 00. RGB value is (47,102,0). Sum of RGB (Red+Green+Blue) = 47+102+0=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6600 is #D099FF. Grayscale: #4A4A4A. Windows color (decimal): -13670912 or 26159. OLE color: 26159.
HSL color Cylindrical-coordinate representation of color #2F6600: hue angle of 92.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F6600 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.6 |
| HSL | 92.35º | 1% | 0.2% | - |
| HSV(B) | 92.35º | 1% | 0.4% | - |
| XYZ | 5.92 | 10.11 | 1.64 | - |
| YUV | 73.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 0 | 0.54 | 0 | 1 | 0.6 | 92.35 | 1 | 0.2 |
| Hex | 2F | 66 | 0 | 36 | 0 | 64 | 3C | 5C | 64 | 14 |
| Octal | 57 | 146 | 0 | 66 | 0 | 144 | 74 | 134 | 144 | 24 |
| Binary | 101111 | 1100110 | 0 | 110110 | 0 | 1100100 | 111100 | 1011100 | 1100100 | 10100 |
Color Harmonies of #2F6600
Complementary color
Monochromatic Colors of #2F6600
Black with #2F6600
Text Example
Text Example
White with #2F6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6600; }
p { color: rgb(47,102,0); }
H1.HeaderClassName
{
color: #2F6600;
}
.AnyTagClassName
{
color: #2F6600;
}
</style>
background-color css
<style>
a { background-color: #2F6600; }
a { background-color: rgb(47,102,0); }
div.DivClassName
{
background-color: #2F6600;
}
.BgClassName
{
background-color: #2F6600;
}
</style>
border-color css
<style>
span { border-color: #2F6600; }
span { border-color: rgb(47,102,0); }
td.TdClassName
{
border-color: #2F6600;
}
.TagClassName
{
border-color: #2F6600;
}
</style>