#2E411A

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

Shades of Seaweed #2E411A

Tints of Seaweed #2E411A

Color information

#2E411A (or 0x2E411A) is unknown color: approx Seaweed. HEX triplet: 2E, 41 and 1A. RGB value is (46,65,26). Sum of RGB (Red+Green+Blue) = 46+65+26=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #2E411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E411A is #D1BEE5. Grayscale: #373737. Windows color (decimal): -13745894 or 1720622. OLE color: 1720622.

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

Color convert

RGB466526-
CMYK0.2900.600.75
HSL89.23º42.86%17.84%-
HSV(B)89.23º60%25.49%-
XYZ3.24.441.66-
YUV54.87111.71121.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.58%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=33.58%
G=47.45%
B=18.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665260.2900.600.7589.2342.8617.84
Hex2E411A1D03C4B592b12
Octal5610132350741131315322
Binary1011101000001110101110101111001001011101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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