#2E6003

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

Shades of Verdun Green #2E6003

Tints of Verdun Green #2E6003

Color information

#2E6003 (or 0x2E6003) is unknown color: approx Verdun Green. HEX triplet: 2E, 60 and 03. RGB value is (46,96,3). Sum of RGB (Red+Green+Blue) = 46+96+3=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6003 is #D19FFC. Grayscale: #464646. Windows color (decimal): -13737981 or 221230. OLE color: 221230.

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

Color convert

RGB46963-
CMYK0.5200.970.62
HSL92.26º93.94%19.41%-
HSV(B)92.26º96.88%37.65%-
XYZ5.338.951.53-
YUV70.4589.94110.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 96 (37.89% from 255) = 66.21%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=31.72%
G=66.21%
B=2.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal469630.5200.970.6292.2693.9419.41
Hex2E603340613E5c5e13
Octal5614036401417613413623
Binary101110110000011110100011000011111101011100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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