#2e6000

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

Shades of Verdun Green #2E6000

Tints of Verdun Green #2E6000

Color information

#2E6000 (or 0x2E6000) is unknown color: approx Verdun Green. HEX triplet: 2E, 60 and 00. RGB value is (46,96,0). Sum of RGB (Red+Green+Blue) = 46+96+0=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6000 is #D19FFF. Grayscale: #464646. Windows color (decimal): -13737984 or 24622. OLE color: 24622.

HSL color Cylindrical-coordinate representation of color #2E6000: hue angle of 91.25º 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 #2E6000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB46960-
CMYK0.52010.62
HSL91.25º100%18.82%-
HSV(B)91.25º100%37.65%-
XYZ5.318.951.45-
YUV70.1188.44110.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 96 (37.89% from 255) = 67.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.39%
G=67.61%
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
Decimal469600.52010.6291.2510018.82
Hex2E600340643E5b6413
Octal5614006401447613314423
Binary10111011000000110100011001001111101011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,0); }

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

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

 a { background-color: rgb(46,96,0); }

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

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

 span { border-color: rgb(46,96,0); }

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