#2E6108

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

Shades of Verdun Green #2E6108

Tints of Verdun Green #2E6108

Color information

#2E6108 (or 0x2E6108) is unknown color: approx Verdun Green. HEX triplet: 2E, 61 and 08. RGB value is (46,97,8). Sum of RGB (Red+Green+Blue) = 46+97+8=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6108 is #D19EF7. Grayscale: #474747. Windows color (decimal): -13737720 or 549166. OLE color: 549166.

HSL color Cylindrical-coordinate representation of color #2E6108: hue angle of 94.38º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E6108 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB46978-
CMYK0.5300.920.62
HSL94.38º84.76%20.59%-
HSV(B)94.38º91.75%38.04%-
XYZ5.459.151.71-
YUV71.692.1109.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=30.46%
G=64.24%
B=5.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal469780.5300.920.6294.3884.7620.59
Hex2E6183505C3E5e5515
Octal56141106501347613612525
Binary10111011000011000110101010111001111101011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,97,8); }

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

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

 a { background-color: rgb(46,97,8); }

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

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

 span { border-color: rgb(46,97,8); }

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