#2E401B

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

Shades of Seaweed #2E401B

Tints of Seaweed #2E401B

Color information

#2E401B (or 0x2E401B) is unknown color: approx Seaweed. HEX triplet: 2E, 40 and 1B. RGB value is (46,64,27). Sum of RGB (Red+Green+Blue) = 46+64+27=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #2E401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E401B is #D1BFE4. Grayscale: #363636. Windows color (decimal): -13746149 or 1785902. OLE color: 1785902.

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

Color convert

RGB466427-
CMYK0.2800.580.75
HSL89.19º40.66%17.84%-
HSV(B)89.19º57.81%25.1%-
XYZ3.164.331.71-
YUV54.4112.54122.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.58%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=33.58%
G=46.72%
B=19.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664270.2800.580.7589.1940.6617.84
Hex2E401B1C03A4B592912
Octal5610033340721131315122
Binary1011101000000110111110001110101001011101100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,27); }

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

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

 a { background-color: rgb(46,64,27); }

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

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

 span { border-color: rgb(46,64,27); }

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