#2E550C

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

Shades of Seaweed #2E550C

Tints of Seaweed #2E550C

Color information

#2E550C (or 0x2E550C) is unknown color: approx Seaweed. HEX triplet: 2E, 55 and 0C. RGB value is (46,85,12). Sum of RGB (Red+Green+Blue) = 46+85+12=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #2E550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E550C is #D1AAF3. Grayscale: #414141. Windows color (decimal): -13740788 or 808238. OLE color: 808238.

HSL color Cylindrical-coordinate representation of color #2E550C: hue angle of 92.05º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E550C is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB468512-
CMYK0.4600.860.67
HSL92.05º75.26%19.02%-
HSV(B)92.05º85.88%33.33%-
XYZ4.447.11.49-
YUV65.0298.08114.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.17%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=32.17%
G=59.44%
B=8.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685120.4600.860.6792.0575.2619.02
Hex2E55C2E056435c4b13
Octal561251456012610313411323
Binary101110101010111001011100101011010000111011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,12); }

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

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

 a { background-color: rgb(46,85,12); }

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

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

 span { border-color: rgb(46,85,12); }

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