#2E6009

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

Shades of Verdun Green #2E6009

Tints of Verdun Green #2E6009

Color information

#2E6009 (or 0x2E6009) is unknown color: approx Verdun Green. HEX triplet: 2E, 60 and 09. RGB value is (46,96,9). Sum of RGB (Red+Green+Blue) = 46+96+9=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6009 is #D19FF6. Grayscale: #474747. Windows color (decimal): -13737975 or 614446. OLE color: 614446.

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

Color convert

RGB46969-
CMYK0.5200.910.62
HSL94.48º82.86%20.59%-
HSV(B)94.48º90.62%37.65%-
XYZ5.368.971.71-
YUV71.1392.94110.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=30.46%
G=63.58%
B=5.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal469690.5200.910.6294.4882.8620.59
Hex2E6093405B3E5e5315
Octal56140116401337613612325
Binary10111011000001001110100010110111111101011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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