Shades of Verdun Green #2F6002
Tints of Verdun Green #2F6002
RGB
CMYK
RGB Variations
Color information
#2F6002 (or 0x2F6002) is known color: Verdun Green. HEX triplet: 2F, 60 and 02. RGB value is (47,96,2). Sum of RGB (Red+Green+Blue) = 47+96+2=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6002 is #D09FFD. Grayscale: #464646. Windows color (decimal): -13672446 or 155695. OLE color: 155695.
HSL color Cylindrical-coordinate representation of color #2F6002: hue angle of 91.28º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F6002 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 2 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.62 |
| HSL | 91.28º | 0.96% | 0.19% | - |
| HSV(B) | 91.28º | 0.98% | 0.38% | - |
| XYZ | 5.37 | 8.97 | 1.51 | - |
| YUV | 70.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 2 | 0.51 | 0 | 0.98 | 0.62 | 91.28 | 0.96 | 0.19 |
| Hex | 2F | 60 | 2 | 33 | 0 | 62 | 3E | 5B | 60 | 13 |
| Octal | 57 | 140 | 2 | 63 | 0 | 142 | 76 | 133 | 140 | 23 |
| Binary | 101111 | 1100000 | 10 | 110011 | 0 | 1100010 | 111110 | 1011011 | 1100000 | 10011 |
Color Harmonies of #2F6002
Complementary color
Monochromatic Colors of #2F6002
Black with #2F6002
Text Example
Text Example
White with #2F6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6002; }
p { color: rgb(47,96,2); }
H1.HeaderClassName
{
color: #2F6002;
}
.AnyTagClassName
{
color: #2F6002;
}
</style>
background-color css
<style>
a { background-color: #2F6002; }
a { background-color: rgb(47,96,2); }
div.DivClassName
{
background-color: #2F6002;
}
.BgClassName
{
background-color: #2F6002;
}
</style>
border-color css
<style>
span { border-color: #2F6002; }
span { border-color: rgb(47,96,2); }
td.TdClassName
{
border-color: #2F6002;
}
.TagClassName
{
border-color: #2F6002;
}
</style>