Html Css Color HEX #2E6107 Verdun Green

📋 copy color: '#2E6107'

red 46 ◦ green 97 ◦ blue 7

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

Shades of Verdun Green #2E6107

Tints of Verdun Green #2E6107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 30.67%
G = 64.67%
B = 4.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#2E6107 (or 0x2E6107) is known color: Verdun Green. HEX triplet: 2E, 61 and 07. RGB value is (46,97,7). Sum of RGB (Red+Green+Blue) = 46+97+7=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6107 is #D19EF8. Grayscale: #474747. Windows color (decimal): -13737721 or 483630. OLE color: 483630.

HSL color Cylindrical-coordinate representation of color #2E6107: hue angle of 94º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E6107 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 7 -
CMYK 0.53 0 0.93 0.62
HSL 94º 0.87% 0.2% -
HSV(B) 94º 0.93% 0.38% -
XYZ 5.44 9.15 1.68 -
YUV 71.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 46 97 7 0.53 0 0.93 0.62 94 0.87 0.2
Hex 2E 61 7 35 0 5D 3E 5E 57 14
Octal 56 141 7 65 0 135 76 136 127 24
Binary 101110 1100001 111 110101 0 1011101 111110 1011110 1010111 10100

Color Harmonies of #2E6107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6107

Black with #2E6107

Text Example


Text Example

White with #2E6107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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