#2C4713

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

Shades of Seaweed #2C4713

Tints of Seaweed #2C4713

Color information

#2C4713 (or 0x2C4713) is unknown color: approx Seaweed. HEX triplet: 2C, 47 and 13. RGB value is (44,71,19). Sum of RGB (Red+Green+Blue) = 44+71+19=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4713 is #D3B8EC. Grayscale: #393939. Windows color (decimal): -13875437 or 1263404. OLE color: 1263404.

HSL color Cylindrical-coordinate representation of color #2C4713: hue angle of 91.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4713 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB447119-
CMYK0.3800.730.72
HSL91.15º57.78%17.65%-
HSV(B)91.15º73.24%27.84%-
XYZ3.415.091.42-
YUV57106.55118.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.84%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=32.84%
G=52.99%
B=14.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471190.3800.730.7291.1557.7817.65
Hex2C471326049485b3a12
Octal54107234601111101337222
Binary101100100011110011100110010010011001000101101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,19); }

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

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

 a { background-color: rgb(44,71,19); }

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

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

 span { border-color: rgb(44,71,19); }

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