#2C4415

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

Shades of Seaweed #2C4415

Tints of Seaweed #2C4415

Color information

#2C4415 (or 0x2C4415) is unknown color: approx Seaweed. HEX triplet: 2C, 44 and 15. RGB value is (44,68,21). Sum of RGB (Red+Green+Blue) = 44+68+21=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4415 is #D3BBEA. Grayscale: #373737. Windows color (decimal): -13876203 or 1393708. OLE color: 1393708.

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

Color convert

RGB446821-
CMYK0.3500.690.73
HSL90.64º52.81%17.45%-
HSV(B)90.64º69.12%26.67%-
XYZ3.244.721.45-
YUV55.47108.55119.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.08%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=33.08%
G=51.13%
B=15.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4468210.3500.690.7390.6452.8117.45
Hex2C441523045495b3511
Octal54104254301051111336521
Binary101100100010010101100011010001011001001101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,21); }

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

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

 a { background-color: rgb(44,68,21); }

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

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

 span { border-color: rgb(44,68,21); }

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