Shades of Verdun Green #2F6300
Tints of Verdun Green #2F6300
RGB
CMYK
RGB Variations
Color information
#2F6300 (or 0x2F6300) is known color: Verdun Green. HEX triplet: 2F, 63 and 00. RGB value is (47,99,0). Sum of RGB (Red+Green+Blue) = 47+99+0=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6300 is #D09CFF. Grayscale: #484848. Windows color (decimal): -13671680 or 25391. OLE color: 25391.
HSL color Cylindrical-coordinate representation of color #2F6300: hue angle of 91.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F6300 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.61 |
| HSL | 91.52º | 1% | 0.19% | - |
| HSV(B) | 91.52º | 1% | 0.39% | - |
| XYZ | 5.63 | 9.53 | 1.54 | - |
| YUV | 72.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 0 | 0.53 | 0 | 1 | 0.61 | 91.52 | 1 | 0.19 |
| Hex | 2F | 63 | 0 | 35 | 0 | 64 | 3D | 5C | 64 | 13 |
| Octal | 57 | 143 | 0 | 65 | 0 | 144 | 75 | 134 | 144 | 23 |
| Binary | 101111 | 1100011 | 0 | 110101 | 0 | 1100100 | 111101 | 1011100 | 1100100 | 10011 |
Color Harmonies of #2F6300
Complementary color
Monochromatic Colors of #2F6300
Black with #2F6300
Text Example
Text Example
White with #2F6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6300; }
p { color: rgb(47,99,0); }
H1.HeaderClassName
{
color: #2F6300;
}
.AnyTagClassName
{
color: #2F6300;
}
</style>
background-color css
<style>
a { background-color: #2F6300; }
a { background-color: rgb(47,99,0); }
div.DivClassName
{
background-color: #2F6300;
}
.BgClassName
{
background-color: #2F6300;
}
</style>
border-color css
<style>
span { border-color: #2F6300; }
span { border-color: rgb(47,99,0); }
td.TdClassName
{
border-color: #2F6300;
}
.TagClassName
{
border-color: #2F6300;
}
</style>