#2D4816

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

Shades of Seaweed #2D4816

Tints of Seaweed #2D4816

Color information

#2D4816 (or 0x2D4816) is unknown color: approx Seaweed. HEX triplet: 2D, 48 and 16. RGB value is (45,72,22). Sum of RGB (Red+Green+Blue) = 45+72+22=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4816 is #D2B7E9. Grayscale: #3A3A3A. Windows color (decimal): -13809642 or 1460269. OLE color: 1460269.

HSL color Cylindrical-coordinate representation of color #2D4816: hue angle of 92.4º 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 #2D4816 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB457222-
CMYK0.3800.690.72
HSL92.4º53.19%18.43%-
HSV(B)92.4º69.44%28.24%-
XYZ3.545.251.59-
YUV58.23107.55118.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=32.37%
G=51.80%
B=15.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572220.3800.690.7292.453.1918.43
Hex2D481626045485c3512
Octal55110264601051101346522
Binary101101100100010110100110010001011001000101110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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