#2B4713

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

Shades of Seaweed #2B4713

Tints of Seaweed #2B4713

Color information

#2B4713 (or 0x2B4713) is unknown color: approx Seaweed. HEX triplet: 2B, 47 and 13. RGB value is (43,71,19). Sum of RGB (Red+Green+Blue) = 43+71+19=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4713 is #D4B8EC. Grayscale: #383838. Windows color (decimal): -13940973 or 1263403. OLE color: 1263403.

HSL color Cylindrical-coordinate representation of color #2B4713: hue angle of 92.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B4713 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB437119-
CMYK0.3900.730.72
HSL92.31º57.78%17.65%-
HSV(B)92.31º73.24%27.84%-
XYZ3.375.071.42-
YUV56.7106.72118.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.33%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=32.33%
G=53.38%
B=14.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371190.3900.730.7292.3157.7817.65
Hex2B471327049485c3a12
Octal53107234701111101347222
Binary101011100011110011100111010010011001000101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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