#2B540C

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

Shades of Seaweed #2B540C

Tints of Seaweed #2B540C

Color information

#2B540C (or 0x2B540C) is unknown color: approx Seaweed. HEX triplet: 2B, 54 and 0C. RGB value is (43,84,12). Sum of RGB (Red+Green+Blue) = 43+84+12=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #2B540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B540C is #D4ABF3. Grayscale: #3F3F3F. Windows color (decimal): -13937652 or 807979. OLE color: 807979.

HSL color Cylindrical-coordinate representation of color #2B540C: hue angle of 94.17º 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 #2B540C is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB438412-
CMYK0.4900.860.67
HSL94.17º75%18.82%-
HSV(B)94.17º85.71%32.94%-
XYZ4.236.881.45-
YUV63.5398.92113.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 84 (33.20% from 255) = 60.43%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=30.94%
G=60.43%
B=8.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384120.4900.860.6794.177518.82
Hex2B54C31056435e4b13
Octal531241461012610313611323
Binary101011101010011001100010101011010000111011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,12); }

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

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

 a { background-color: rgb(43,84,12); }

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

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

 span { border-color: rgb(43,84,12); }

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