Shades of Verdun Green #2F5B02
Tints of Verdun Green #2F5B02
RGB
CMYK
RGB Variations
Color information
#2F5B02 (or 0x2F5B02) is known color: Verdun Green. HEX triplet: 2F, 5B and 02. RGB value is (47,91,2). Sum of RGB (Red+Green+Blue) = 47+91+2=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5B02 is #D0A4FD. Grayscale: #444444. Windows color (decimal): -13673726 or 154415. OLE color: 154415.
HSL color Cylindrical-coordinate representation of color #2F5B02: hue angle of 89.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F5B02 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 91 | 2 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.64 |
| HSL | 89.66º | 0.96% | 0.18% | - |
| HSV(B) | 89.66º | 0.98% | 0.36% | - |
| XYZ | 4.92 | 8.09 | 1.36 | - |
| YUV | 67.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 91 | 2 | 0.48 | 0 | 0.98 | 0.64 | 89.66 | 0.96 | 0.18 |
| Hex | 2F | 5B | 2 | 30 | 0 | 62 | 40 | 5A | 60 | 12 |
| Octal | 57 | 133 | 2 | 60 | 0 | 142 | 100 | 132 | 140 | 22 |
| Binary | 101111 | 1011011 | 10 | 110000 | 0 | 1100010 | 1000000 | 1011010 | 1100000 | 10010 |
Color Harmonies of #2F5B02
Complementary color
Monochromatic Colors of #2F5B02
Black with #2F5B02
Text Example
Text Example
White with #2F5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5B02; }
p { color: rgb(47,91,2); }
H1.HeaderClassName
{
color: #2F5B02;
}
.AnyTagClassName
{
color: #2F5B02;
}
</style>
background-color css
<style>
a { background-color: #2F5B02; }
a { background-color: rgb(47,91,2); }
div.DivClassName
{
background-color: #2F5B02;
}
.BgClassName
{
background-color: #2F5B02;
}
</style>
border-color css
<style>
span { border-color: #2F5B02; }
span { border-color: rgb(47,91,2); }
td.TdClassName
{
border-color: #2F5B02;
}
.TagClassName
{
border-color: #2F5B02;
}
</style>