Shades of Verdun Green #2F6208
Tints of Verdun Green #2F6208
RGB
CMYK
RGB Variations
Color information
#2F6208 (or 0x2F6208) is known color: Verdun Green. HEX triplet: 2F, 62 and 08. RGB value is (47,98,8). Sum of RGB (Red+Green+Blue) = 47+98+8=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6208 is #D09DF7. Grayscale: #484848. Windows color (decimal): -13671928 or 549423. OLE color: 549423.
HSL color Cylindrical-coordinate representation of color #2F6208: hue angle of 94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F6208 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 8 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.62 |
| HSL | 94º | 0.85% | 0.21% | - |
| HSV(B) | 94º | 0.92% | 0.38% | - |
| XYZ | 5.58 | 9.36 | 1.74 | - |
| YUV | 72.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 8 | 0.52 | 0 | 0.92 | 0.62 | 94 | 0.85 | 0.21 |
| Hex | 2F | 62 | 8 | 34 | 0 | 5C | 3E | 5E | 55 | 15 |
| Octal | 57 | 142 | 10 | 64 | 0 | 134 | 76 | 136 | 125 | 25 |
| Binary | 101111 | 1100010 | 1000 | 110100 | 0 | 1011100 | 111110 | 1011110 | 1010101 | 10101 |
Color Harmonies of #2F6208
Complementary color
Monochromatic Colors of #2F6208
Black with #2F6208
Text Example
Text Example
White with #2F6208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6208; }
p { color: rgb(47,98,8); }
H1.HeaderClassName
{
color: #2F6208;
}
.AnyTagClassName
{
color: #2F6208;
}
</style>
background-color css
<style>
a { background-color: #2F6208; }
a { background-color: rgb(47,98,8); }
div.DivClassName
{
background-color: #2F6208;
}
.BgClassName
{
background-color: #2F6208;
}
</style>
border-color css
<style>
span { border-color: #2F6208; }
span { border-color: rgb(47,98,8); }
td.TdClassName
{
border-color: #2F6208;
}
.TagClassName
{
border-color: #2F6208;
}
</style>