Shades of Verdun Green #2F5903
Tints of Verdun Green #2F5903
RGB
CMYK
RGB Variations
Color information
#2F5903 (or 0x2F5903) is known color: Verdun Green. HEX triplet: 2F, 59 and 03. RGB value is (47,89,3). Sum of RGB (Red+Green+Blue) = 47+89+3=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5903 is #D0A6FC. Grayscale: #424242. Windows color (decimal): -13674237 or 219439. OLE color: 219439.
HSL color Cylindrical-coordinate representation of color #2F5903: hue angle of 89.3º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F5903 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 3 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.65 |
| HSL | 89.3º | 0.93% | 0.18% | - |
| HSV(B) | 89.3º | 0.97% | 0.35% | - |
| XYZ | 4.76 | 7.76 | 1.33 | - |
| YUV | 66.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 3 | 0.47 | 0 | 0.97 | 0.65 | 89.3 | 0.93 | 0.18 |
| Hex | 2F | 59 | 3 | 2F | 0 | 61 | 41 | 59 | 5D | 12 |
| Octal | 57 | 131 | 3 | 57 | 0 | 141 | 101 | 131 | 135 | 22 |
| Binary | 101111 | 1011001 | 11 | 101111 | 0 | 1100001 | 1000001 | 1011001 | 1011101 | 10010 |
Color Harmonies of #2F5903
Complementary color
Monochromatic Colors of #2F5903
Black with #2F5903
Text Example
Text Example
White with #2F5903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5903; }
p { color: rgb(47,89,3); }
H1.HeaderClassName
{
color: #2F5903;
}
.AnyTagClassName
{
color: #2F5903;
}
</style>
background-color css
<style>
a { background-color: #2F5903; }
a { background-color: rgb(47,89,3); }
div.DivClassName
{
background-color: #2F5903;
}
.BgClassName
{
background-color: #2F5903;
}
</style>
border-color css
<style>
span { border-color: #2F5903; }
span { border-color: rgb(47,89,3); }
td.TdClassName
{
border-color: #2F5903;
}
.TagClassName
{
border-color: #2F5903;
}
</style>