#2E411D

Color #2E411D Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #2E411D

Tints of Seaweed #2E411D

Color information

#2E411D (or 0x2E411D) is unknown color: approx Seaweed. HEX triplet: 2E, 41 and 1D. RGB value is (46,65,29). Sum of RGB (Red+Green+Blue) = 46+65+29=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #2E411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E411D is #D1BEE2. Grayscale: #373737. Windows color (decimal): -13745891 or 1917230. OLE color: 1917230.

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

Color convert

RGB466529-
CMYK0.2900.550.75
HSL91.67º38.3%18.43%-
HSV(B)91.67º55.38%25.49%-
XYZ3.244.451.85-
YUV55.22113.21121.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=32.86%
G=46.43%
B=20.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665290.2900.550.7591.6738.318.43
Hex2E411D1D0374B5c2612
Octal5610135350671131344622
Binary1011101000001111011110101101111001011101110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E411D;
 }
 .AnyTagClassName
 {
   color: #2E411D;
 }
</style>
background-color css

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

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

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

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

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

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