#2B530D

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

Shades of Seaweed #2B530D

Tints of Seaweed #2B530D

Color information

#2B530D (or 0x2B530D) is unknown color: approx Seaweed. HEX triplet: 2B, 53 and 0D. RGB value is (43,83,13). Sum of RGB (Red+Green+Blue) = 43+83+13=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #2B530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B530D is #D4ACF2. Grayscale: #3F3F3F. Windows color (decimal): -13937907 or 873259. OLE color: 873259.

HSL color Cylindrical-coordinate representation of color #2B530D: hue angle of 94.29º degrees, saturation: 0.73, 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 #2B530D is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB438313-
CMYK0.4800.840.67
HSL94.29º72.92%18.82%-
HSV(B)94.29º84.34%32.55%-
XYZ4.166.731.46-
YUV63.0699.75113.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=30.94%
G=59.71%
B=9.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383130.4800.840.6794.2972.9218.82
Hex2B53D30054435e4913
Octal531231560012410313611123
Binary101011101001111011100000101010010000111011110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,13); }

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

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

 a { background-color: rgb(43,83,13); }

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

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

 span { border-color: rgb(43,83,13); }

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