#2F6100

Color #2F6100 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #2F6100

Tints of Verdun Green #2F6100

Color information

#2F6100 (or 0x2F6100) is unknown color: approx Verdun Green. HEX triplet: 2F, 61 and 00. RGB value is (47,97,0). Sum of RGB (Red+Green+Blue) = 47+97+0=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6100 is #D09EFF. Grayscale: #474747. Windows color (decimal): -13672192 or 24879. OLE color: 24879.

HSL color Cylindrical-coordinate representation of color #2F6100: hue angle of 90.93º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F6100 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB47970-
CMYK0.52010.62
HSL90.93º100%19.02%-
HSV(B)90.93º100%38.04%-
XYZ5.459.151.48-
YUV70.9987.94110.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.64%
G=67.36%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal479700.52010.6290.9310019.02
Hex2F610340643E5b6413
Octal5714106401447613314423
Binary10111111000010110100011001001111101011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6100; }

 p { color: rgb(47,97,0); }

 H1.HeaderClassName
 {
   color: #2F6100;
 }
 .AnyTagClassName
 {
   color: #2F6100;
 }
</style>
background-color css

<style>
 a { background-color: #2F6100; }

 a { background-color: rgb(47,97,0); }

 div.DivClassName
 {
   background-color: #2F6100;
 }
 .BgClassName
 {
   background-color: #2F6100;
 }
</style>
border-color css

<style>
 span { border-color: #2F6100; }

 span { border-color: rgb(47,97,0); }

 td.TdClassName
 {
   border-color: #2F6100;
 }
 .TagClassName
 {
   border-color: #2F6100;
 }
</style>