Shades of Verdun Green #2F5A06
Tints of Verdun Green #2F5A06
RGB
CMYK
RGB Variations
Color information
#2F5A06 (or 0x2F5A06) is known color: Verdun Green. HEX triplet: 2F, 5A and 06. RGB value is (47,90,6). Sum of RGB (Red+Green+Blue) = 47+90+6=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5A06 is #D0A5F9. Grayscale: #434343. Windows color (decimal): -13673978 or 416303. OLE color: 416303.
HSL color Cylindrical-coordinate representation of color #2F5A06: hue angle of 90.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F5A06 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 6 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.65 |
| HSL | 90.71º | 0.88% | 0.19% | - |
| HSV(B) | 90.71º | 0.93% | 0.35% | - |
| XYZ | 4.86 | 7.93 | 1.45 | - |
| YUV | 67.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 6 | 0.48 | 0 | 0.93 | 0.65 | 90.71 | 0.88 | 0.19 |
| Hex | 2F | 5A | 6 | 30 | 0 | 5D | 41 | 5B | 58 | 13 |
| Octal | 57 | 132 | 6 | 60 | 0 | 135 | 101 | 133 | 130 | 23 |
| Binary | 101111 | 1011010 | 110 | 110000 | 0 | 1011101 | 1000001 | 1011011 | 1011000 | 10011 |
Color Harmonies of #2F5A06
Complementary color
Monochromatic Colors of #2F5A06
Black with #2F5A06
Text Example
Text Example
White with #2F5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A06; }
p { color: rgb(47,90,6); }
H1.HeaderClassName
{
color: #2F5A06;
}
.AnyTagClassName
{
color: #2F5A06;
}
</style>
background-color css
<style>
a { background-color: #2F5A06; }
a { background-color: rgb(47,90,6); }
div.DivClassName
{
background-color: #2F5A06;
}
.BgClassName
{
background-color: #2F5A06;
}
</style>
border-color css
<style>
span { border-color: #2F5A06; }
span { border-color: rgb(47,90,6); }
td.TdClassName
{
border-color: #2F5A06;
}
.TagClassName
{
border-color: #2F5A06;
}
</style>