#2D4416

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

Shades of Seaweed #2D4416

Tints of Seaweed #2D4416

Color information

#2D4416 (or 0x2D4416) is unknown color: approx Seaweed. HEX triplet: 2D, 44 and 16. RGB value is (45,68,22). Sum of RGB (Red+Green+Blue) = 45+68+22=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4416 is #D2BBE9. Grayscale: #383838. Windows color (decimal): -13810666 or 1459245. OLE color: 1459245.

HSL color Cylindrical-coordinate representation of color #2D4416: hue angle of 90º degrees, saturation: 0.51, 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 #2D4416 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB456822-
CMYK0.3400.680.73
HSL90º51.11%17.65%-
HSV(B)90º67.65%26.67%-
XYZ3.294.751.5-
YUV55.88108.88120.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=33.33%
G=50.37%
B=16.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4568220.3400.680.739051.1117.65
Hex2D441622044495a3312
Octal55104264201041111326322
Binary101101100010010110100010010001001001001101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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