Html Css Color HEX #2E4119 Seaweed

📋 copy color: '#2E4119'

red 46 ◦ green 65 ◦ blue 25

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

Shades of Seaweed #2E4119

Tints of Seaweed #2E4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.79%

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

R = 33.82%
G = 47.79%
B = 18.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#2E4119 (or 0x2E4119) is known color: Seaweed. HEX triplet: 2E, 41 and 19. RGB value is (46,65,25). Sum of RGB (Red+Green+Blue) = 46+65+25=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4119 is #D1BEE6. Grayscale: #363636. Windows color (decimal): -13745895 or 1655086. OLE color: 1655086.

HSL color Cylindrical-coordinate representation of color #2E4119: hue angle of 88.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4119 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 65 25 -
CMYK 0.29 0 0.62 0.75
HSL 88.5º 0.44% 0.18% -
HSV(B) 88.5º 0.62% 0.25% -
XYZ 3.19 4.43 1.61 -
YUV 54.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 46 65 25 0.29 0 0.62 0.75 88.5 0.44 0.18
Hex 2E 41 19 1D 0 3E 4B 58 2C 12
Octal 56 101 31 35 0 76 113 130 54 22
Binary 101110 1000001 11001 11101 0 111110 1001011 1011000 101100 10010

Color Harmonies of #2E4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4119

Black with #2E4119

Text Example


Text Example

White with #2E4119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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