#2D4516

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

Shades of Seaweed #2D4516

Tints of Seaweed #2D4516

Color information

#2D4516 (or 0x2D4516) is unknown color: approx Seaweed. HEX triplet: 2D, 45 and 16. RGB value is (45,69,22). Sum of RGB (Red+Green+Blue) = 45+69+22=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4516 is #D2BAE9. Grayscale: #383838. Windows color (decimal): -13810410 or 1459501. OLE color: 1459501.

HSL color Cylindrical-coordinate representation of color #2D4516: hue angle of 90.64º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D4516 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB456922-
CMYK0.3500.680.73
HSL90.64º51.65%17.84%-
HSV(B)90.64º68.12%27.06%-
XYZ3.364.871.52-
YUV56.47108.55119.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.09%
GREEN value IS 69 (27.34% from 255) = 50.74%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=33.09%
G=50.74%
B=16.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4569220.3500.680.7390.6451.6517.84
Hex2D451623044495b3412
Octal55105264301041111336422
Binary101101100010110110100011010001001001001101101111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,22); }

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

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

 a { background-color: rgb(45,69,22); }

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

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

 span { border-color: rgb(45,69,22); }

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