#2E550E

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

Shades of Seaweed #2E550E

Tints of Seaweed #2E550E

Color information

#2E550E (or 0x2E550E) is unknown color: approx Seaweed. HEX triplet: 2E, 55 and 0E. RGB value is (46,85,14). Sum of RGB (Red+Green+Blue) = 46+85+14=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #2E550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E550E is #D1AAF1. Grayscale: #414141. Windows color (decimal): -13740786 or 939310. OLE color: 939310.

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

Color convert

RGB468514-
CMYK0.4600.840.67
HSL92.96º71.72%19.41%-
HSV(B)92.96º83.53%33.33%-
XYZ4.457.111.55-
YUV65.2499.08114.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=31.72%
G=58.62%
B=9.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685140.4600.840.6792.9671.7219.41
Hex2E55E2E054435d4813
Octal561251656012410313511023
Binary101110101010111101011100101010010000111011101100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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