#2B4513

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

Shades of Seaweed #2B4513

Tints of Seaweed #2B4513

Color information

#2B4513 (or 0x2B4513) is unknown color: approx Seaweed. HEX triplet: 2B, 45 and 13. RGB value is (43,69,19). Sum of RGB (Red+Green+Blue) = 43+69+19=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4513 is #D4BAEC. Grayscale: #373737. Windows color (decimal): -13941485 or 1262891. OLE color: 1262891.

HSL color Cylindrical-coordinate representation of color #2B4513: hue angle of 91.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4513 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB436919-
CMYK0.3800.720.73
HSL91.2º56.82%17.25%-
HSV(B)91.2º72.46%27.06%-
XYZ3.244.821.37-
YUV55.53107.39119.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.82%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=32.82%
G=52.67%
B=14.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369190.3800.720.7391.256.8217.25
Hex2B451326048495b3911
Octal53105234601101111337121
Binary101011100010110011100110010010001001001101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,19); }

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

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

 a { background-color: rgb(43,69,19); }

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

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

 span { border-color: rgb(43,69,19); }

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