Html Css Color HEX #2E6100 Verdun Green

📋 copy color: '#2E6100'

red 46 ◦ green 97 ◦ blue 0

#2E6100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #2E6100

Tints of Verdun Green #2E6100

RGB

 RED value IS 46 (18.36% from 255) = 32.17%

 GREEN value IS 97 (38.28% from 255) = 67.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.17%
G = 67.83%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#2E6100 (or 0x2E6100) is known color: Verdun Green. HEX triplet: 2E, 61 and 00. RGB value is (46,97,0). Sum of RGB (Red+Green+Blue) = 46+97+0=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6100 is #D19EFF. Grayscale: #474747. Windows color (decimal): -13737728 or 24878. OLE color: 24878.

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

Color convert

RGB 46 97 0 -
CMYK 0.53 0 1 0.62
HSL 91.55º 1% 0.19% -
HSV(B) 91.55º 1% 0.38% -
XYZ 5.4 9.13 1.48 -
YUV 70.69 88.1 110.39 -
System Red Green Blue C M Y K H S L
Decimal 46 97 0 0.53 0 1 0.62 91.55 1 0.19
Hex 2E 61 0 35 0 64 3E 5C 64 13
Octal 56 141 0 65 0 144 76 134 144 23
Binary 101110 1100001 0 110101 0 1100100 111110 1011100 1100100 10011

Color Harmonies of #2E6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6100

Black with #2E6100

Text Example


Text Example

White with #2E6100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E6100;
 }
 .AnyTagClassName
 {
   color: #2E6100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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