Html Css Color HEX #2E4A19 Seaweed

📋 copy color: '#2E4A19'

red 46 ◦ green 74 ◦ blue 25

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

Shades of Seaweed #2E4A19

Tints of Seaweed #2E4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 51.03%

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 31.72%
G = 51.03%
B = 17.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#2E4A19 (or 0x2E4A19) is known color: Seaweed. HEX triplet: 2E, 4A and 19. RGB value is (46,74,25). Sum of RGB (Red+Green+Blue) = 46+74+25=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4A19 is #D1B5E6. Grayscale: #3C3C3C. Windows color (decimal): -13743591 or 1657390. OLE color: 1657390.

HSL color Cylindrical-coordinate representation of color #2E4A19: hue angle of 94.29º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4A19 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 74 25 -
CMYK 0.38 0 0.66 0.71
HSL 94.29º 0.49% 0.19% -
HSV(B) 94.29º 0.66% 0.29% -
XYZ 3.75 5.55 1.79 -
YUV 60.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 46 74 25 0.38 0 0.66 0.71 94.29 0.49 0.19
Hex 2E 4A 19 26 0 42 47 5E 31 13
Octal 56 112 31 46 0 102 107 136 61 23
Binary 101110 1001010 11001 100110 0 1000010 1000111 1011110 110001 10011

Color Harmonies of #2E4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A19

Black with #2E4A19

Text Example


Text Example

White with #2E4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,25); }

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

background-color css

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

 a { background-color: rgb(46,74,25); }

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

border-color css

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

 span { border-color: rgb(46,74,25); }

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