Html Css Color HEX #2E6009 Verdun Green

📋 copy color: '#2E6009'

red 46 ◦ green 96 ◦ blue 9

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

Shades of Verdun Green #2E6009

Tints of Verdun Green #2E6009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 63.58%

 BLUE value IS 9 (3.91% from 255) = 5.96%

R = 30.46%
G = 63.58%
B = 5.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#2E6009 (or 0x2E6009) is known color: Verdun Green. HEX triplet: 2E, 60 and 09. RGB value is (46,96,9). Sum of RGB (Red+Green+Blue) = 46+96+9=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6009 is #D19FF6. Grayscale: #474747. Windows color (decimal): -13737975 or 614446. OLE color: 614446.

HSL color Cylindrical-coordinate representation of color #2E6009: hue angle of 94.48º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E6009 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 96 9 -
CMYK 0.52 0 0.91 0.62
HSL 94.48º 0.83% 0.21% -
HSV(B) 94.48º 0.91% 0.38% -
XYZ 5.36 8.97 1.71 -
YUV 71.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 46 96 9 0.52 0 0.91 0.62 94.48 0.83 0.21
Hex 2E 60 9 34 0 5B 3E 5E 53 15
Octal 56 140 11 64 0 133 76 136 123 25
Binary 101110 1100000 1001 110100 0 1011011 111110 1011110 1010011 10101

Color Harmonies of #2E6009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6009

Black with #2E6009

Text Example


Text Example

White with #2E6009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,96,9); }

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

background-color css

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

 a { background-color: rgb(46,96,9); }

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

border-color css

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

 span { border-color: rgb(46,96,9); }

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