#2E6305

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

Shades of Verdun Green #2E6305

Tints of Verdun Green #2E6305

Color information

#2E6305 (or 0x2E6305) is unknown color: approx Verdun Green. HEX triplet: 2E, 63 and 05. RGB value is (46,99,5). Sum of RGB (Red+Green+Blue) = 46+99+5=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6305 is #D19CFA. Grayscale: #484848. Windows color (decimal): -13737211 or 353070. OLE color: 353070.

HSL color Cylindrical-coordinate representation of color #2E6305: hue angle of 93.83º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E6305 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB46995-
CMYK0.5400.950.61
HSL93.83º90.38%20.39%-
HSV(B)93.83º94.95%38.82%-
XYZ5.629.521.68-
YUV72.4489.94109.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 99 (39.06% from 255) = 66%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=30.67%
G=66%
B=3.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal469950.5400.950.6193.8390.3820.39
Hex2E6353605F3D5e5a14
Octal5614356601377513613224
Binary1011101100011101110110010111111111011011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,5); }

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

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

 a { background-color: rgb(46,99,5); }

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

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

 span { border-color: rgb(46,99,5); }

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