#2B4716

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

Shades of Seaweed #2B4716

Tints of Seaweed #2B4716

Color information

#2B4716 (or 0x2B4716) is unknown color: approx Seaweed. HEX triplet: 2B, 47 and 16. RGB value is (43,71,22). Sum of RGB (Red+Green+Blue) = 43+71+22=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4716 is #D4B8E9. Grayscale: #393939. Windows color (decimal): -13940970 or 1460011. OLE color: 1460011.

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

Color convert

RGB437122-
CMYK0.3900.690.72
HSL94.29º52.69%18.24%-
HSV(B)94.29º69.01%27.84%-
XYZ3.395.081.56-
YUV57.04108.22117.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 71 (28.12% from 255) = 52.21%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=31.62%
G=52.21%
B=16.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371220.3900.690.7294.2952.6918.24
Hex2B471627045485e3512
Octal53107264701051101366522
Binary101011100011110110100111010001011001000101111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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