#2E421C

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

Shades of Seaweed #2E421C

Tints of Seaweed #2E421C

Color information

#2E421C (or 0x2E421C) is unknown color: approx Seaweed. HEX triplet: 2E, 42 and 1C. RGB value is (46,66,28). Sum of RGB (Red+Green+Blue) = 46+66+28=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #2E421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E421C is #D1BDE3. Grayscale: #373737. Windows color (decimal): -13745636 or 1851950. OLE color: 1851950.

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

Color convert

RGB466628-
CMYK0.3000.580.74
HSL91.58º40.43%18.43%-
HSV(B)91.58º57.58%25.88%-
XYZ3.284.561.81-
YUV55.69112.37121.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 28 (11.33% from 255) = 20%
R=32.86%
G=47.14%
B=20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4666280.3000.580.7491.5840.4318.43
Hex2E421C1E03A4A5c2812
Octal5610234360721121345022
Binary1011101000010111001111001110101001010101110010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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