#2D4315

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

Shades of Seaweed #2D4315

Tints of Seaweed #2D4315

Color information

#2D4315 (or 0x2D4315) is unknown color: approx Seaweed. HEX triplet: 2D, 43 and 15. RGB value is (45,67,21). Sum of RGB (Red+Green+Blue) = 45+67+21=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4315 is #D2BCEA. Grayscale: #373737. Windows color (decimal): -13810923 or 1393453. OLE color: 1393453.

HSL color Cylindrical-coordinate representation of color #2D4315: hue angle of 88.7º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D4315 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB456721-
CMYK0.3300.690.74
HSL88.7º52.27%17.25%-
HSV(B)88.7º68.66%26.27%-
XYZ3.224.631.43-
YUV55.18108.71120.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.83%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=33.83%
G=50.38%
B=15.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4567210.3300.690.7488.752.2717.25
Hex2D4315210454A593411
Octal55103254101051121316421
Binary101101100001110101100001010001011001010101100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,67,21); }

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

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

 a { background-color: rgb(45,67,21); }

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

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

 span { border-color: rgb(45,67,21); }

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