Html Css Color HEX #2E6204 Verdun Green

📋 copy color: '#2E6204'

red 46 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #2E6204

Tints of Verdun Green #2E6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 66.22%

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 31.08%
G = 66.22%
B = 2.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#2E6204 (or 0x2E6204) is known color: Verdun Green. HEX triplet: 2E, 62 and 04. RGB value is (46,98,4). Sum of RGB (Red+Green+Blue) = 46+98+4=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6204 is #D19DFB. Grayscale: #484848. Windows color (decimal): -13737468 or 287278. OLE color: 287278.

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

Color convert

RGB 46 98 4 -
CMYK 0.53 0 0.96 0.62
HSL 93.19º 0.92% 0.2% -
HSV(B) 93.19º 0.96% 0.38% -
XYZ 5.52 9.32 1.62 -
YUV 71.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 46 98 4 0.53 0 0.96 0.62 93.19 0.92 0.2
Hex 2E 62 4 35 0 60 3E 5D 5C 14
Octal 56 142 4 65 0 140 76 135 134 24
Binary 101110 1100010 100 110101 0 1100000 111110 1011101 1011100 10100

Color Harmonies of #2E6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6204

Black with #2E6204

Text Example


Text Example

White with #2E6204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,98,4); }

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

background-color css

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

 a { background-color: rgb(46,98,4); }

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

border-color css

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

 span { border-color: rgb(46,98,4); }

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