Shades of Verdun Green #2F5A08
Tints of Verdun Green #2F5A08
RGB
CMYK
RGB Variations
Color information
#2F5A08 (or 0x2F5A08) is known color: Verdun Green. HEX triplet: 2F, 5A and 08. RGB value is (47,90,8). Sum of RGB (Red+Green+Blue) = 47+90+8=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5A08 is #D0A5F7. Grayscale: #444444. Windows color (decimal): -13673976 or 547375. OLE color: 547375.
HSL color Cylindrical-coordinate representation of color #2F5A08: hue angle of 91.46º 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 #2F5A08 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 8 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.65 |
| HSL | 91.46º | 0.84% | 0.19% | - |
| HSV(B) | 91.46º | 0.91% | 0.35% | - |
| XYZ | 4.87 | 7.93 | 1.5 | - |
| YUV | 67.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 8 | 0.48 | 0 | 0.91 | 0.65 | 91.46 | 0.84 | 0.19 |
| Hex | 2F | 5A | 8 | 30 | 0 | 5B | 41 | 5B | 54 | 13 |
| Octal | 57 | 132 | 10 | 60 | 0 | 133 | 101 | 133 | 124 | 23 |
| Binary | 101111 | 1011010 | 1000 | 110000 | 0 | 1011011 | 1000001 | 1011011 | 1010100 | 10011 |
Color Harmonies of #2F5A08
Complementary color
Monochromatic Colors of #2F5A08
Black with #2F5A08
Text Example
Text Example
White with #2F5A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A08; }
p { color: rgb(47,90,8); }
H1.HeaderClassName
{
color: #2F5A08;
}
.AnyTagClassName
{
color: #2F5A08;
}
</style>
background-color css
<style>
a { background-color: #2F5A08; }
a { background-color: rgb(47,90,8); }
div.DivClassName
{
background-color: #2F5A08;
}
.BgClassName
{
background-color: #2F5A08;
}
</style>
border-color css
<style>
span { border-color: #2F5A08; }
span { border-color: rgb(47,90,8); }
td.TdClassName
{
border-color: #2F5A08;
}
.TagClassName
{
border-color: #2F5A08;
}
</style>