Shades of Verdun Green #2F5908
Tints of Verdun Green #2F5908
RGB
CMYK
RGB Variations
Color information
#2F5908 (or 0x2F5908) is known color: Verdun Green. HEX triplet: 2F, 59 and 08. RGB value is (47,89,8). Sum of RGB (Red+Green+Blue) = 47+89+8=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5908 is #D0A6F7. Grayscale: #434343. Windows color (decimal): -13674232 or 547119. OLE color: 547119.
HSL color Cylindrical-coordinate representation of color #2F5908: hue angle of 91.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F5908 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 8 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.65 |
| HSL | 91.11º | 0.84% | 0.19% | - |
| HSV(B) | 91.11º | 0.91% | 0.35% | - |
| XYZ | 4.79 | 7.77 | 1.48 | - |
| YUV | 67.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 8 | 0.47 | 0 | 0.91 | 0.65 | 91.11 | 0.84 | 0.19 |
| Hex | 2F | 59 | 8 | 2F | 0 | 5B | 41 | 5B | 54 | 13 |
| Octal | 57 | 131 | 10 | 57 | 0 | 133 | 101 | 133 | 124 | 23 |
| Binary | 101111 | 1011001 | 1000 | 101111 | 0 | 1011011 | 1000001 | 1011011 | 1010100 | 10011 |
Color Harmonies of #2F5908
Complementary color
Monochromatic Colors of #2F5908
Black with #2F5908
Text Example
Text Example
White with #2F5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5908; }
p { color: rgb(47,89,8); }
H1.HeaderClassName
{
color: #2F5908;
}
.AnyTagClassName
{
color: #2F5908;
}
</style>
background-color css
<style>
a { background-color: #2F5908; }
a { background-color: rgb(47,89,8); }
div.DivClassName
{
background-color: #2F5908;
}
.BgClassName
{
background-color: #2F5908;
}
</style>
border-color css
<style>
span { border-color: #2F5908; }
span { border-color: rgb(47,89,8); }
td.TdClassName
{
border-color: #2F5908;
}
.TagClassName
{
border-color: #2F5908;
}
</style>