#2E6101

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

Shades of Verdun Green #2E6101

Tints of Verdun Green #2E6101

Color information

#2E6101 (or 0x2E6101) is unknown color: approx Verdun Green. HEX triplet: 2E, 61 and 01. RGB value is (46,97,1). Sum of RGB (Red+Green+Blue) = 46+97+1=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6101 is #D19EFE. Grayscale: #474747. Windows color (decimal): -13737727 or 90414. OLE color: 90414.

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

Color convert

RGB46971-
CMYK0.5300.990.62
HSL91.88º97.96%19.22%-
HSV(B)91.88º98.97%38.04%-
XYZ5.419.131.51-
YUV70.8188.6110.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=31.94%
G=67.36%
B=0.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal469710.5300.990.6291.8897.9619.22
Hex2E611350633E5c6213
Octal5614116501437613414223
Binary10111011000011110101011000111111101011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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