Html Css Color HEX #2E6105 Verdun Green

📋 copy color: '#2E6105'

red 46 ◦ green 97 ◦ blue 5

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

Shades of Verdun Green #2E6105

Tints of Verdun Green #2E6105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 31.08%
G = 65.54%
B = 3.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#2E6105 (or 0x2E6105) is known color: Verdun Green. HEX triplet: 2E, 61 and 05. RGB value is (46,97,5). Sum of RGB (Red+Green+Blue) = 46+97+5=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6105 is #D19EFA. Grayscale: #474747. Windows color (decimal): -13737723 or 352558. OLE color: 352558.

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

Color convert

RGB 46 97 5 -
CMYK 0.53 0 0.95 0.62
HSL 93.26º 0.9% 0.2% -
HSV(B) 93.26º 0.95% 0.38% -
XYZ 5.43 9.14 1.62 -
YUV 71.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 46 97 5 0.53 0 0.95 0.62 93.26 0.9 0.2
Hex 2E 61 5 35 0 5F 3E 5D 5A 14
Octal 56 141 5 65 0 137 76 135 132 24
Binary 101110 1100001 101 110101 0 1011111 111110 1011101 1011010 10100

Color Harmonies of #2E6105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6105

Black with #2E6105

Text Example


Text Example

White with #2E6105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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