#2E421D

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

Shades of Seaweed #2E421D

Tints of Seaweed #2E421D

Color information

#2E421D (or 0x2E421D) is unknown color: approx Seaweed. HEX triplet: 2E, 42 and 1D. RGB value is (46,66,29). Sum of RGB (Red+Green+Blue) = 46+66+29=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #2E421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E421D is #D1BDE2. Grayscale: #373737. Windows color (decimal): -13745635 or 1917486. OLE color: 1917486.

HSL color Cylindrical-coordinate representation of color #2E421D: hue angle of 92.43º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E421D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB466629-
CMYK0.3000.560.74
HSL92.43º38.95%18.63%-
HSV(B)92.43º56.06%25.88%-
XYZ3.34.571.87-
YUV55.8112.87121.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=32.62%
G=46.81%
B=20.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666290.3000.560.7492.4338.9518.63
Hex2E421D1E0384A5c2713
Octal5610235360701121344723
Binary1011101000010111011111001110001001010101110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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