#2E5C03

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

Shades of Verdun Green #2E5C03

Tints of Verdun Green #2E5C03

Color information

#2E5C03 (or 0x2E5C03) is unknown color: approx Verdun Green. HEX triplet: 2E, 5C and 03. RGB value is (46,92,3). Sum of RGB (Red+Green+Blue) = 46+92+3=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 92 (36.33% from 255 or 65.25% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5C03 is #D1A3FC. Grayscale: #444444. Windows color (decimal): -13739005 or 220206. OLE color: 220206.

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

Color convert

RGB46923-
CMYK0.5000.970.64
HSL91.01º93.68%18.63%-
HSV(B)91.01º96.74%36.08%-
XYZ4.978.241.41-
YUV68.191.26112.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 92 (36.33% from 255) = 65.25%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=32.62%
G=65.25%
B=2.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal469230.5000.970.6491.0193.6818.63
Hex2E5C332061405b5e13
Octal56134362014110013313623
Binary1011101011100111100100110000110000001011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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