#2B550B

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

Shades of Seaweed #2B550B

Tints of Seaweed #2B550B

Color information

#2B550B (or 0x2B550B) is unknown color: approx Seaweed. HEX triplet: 2B, 55 and 0B. RGB value is (43,85,11). Sum of RGB (Red+Green+Blue) = 43+85+11=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #2B550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B550B is #D4AAF4. Grayscale: #404040. Windows color (decimal): -13937397 or 742699. OLE color: 742699.

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

Color convert

RGB438511-
CMYK0.4900.870.67
HSL94.05º77.08%18.82%-
HSV(B)94.05º87.06%33.33%-
XYZ4.317.031.45-
YUV64.0198.09113.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=30.94%
G=61.15%
B=7.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385110.4900.870.6794.0577.0818.82
Hex2B55B31057435e4d13
Octal531251361012710313611523
Binary101011101010110111100010101011110000111011110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,11); }

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

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

 a { background-color: rgb(43,85,11); }

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

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

 span { border-color: rgb(43,85,11); }

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