#2C550C

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

Shades of Seaweed #2C550C

Tints of Seaweed #2C550C

Color information

#2C550C (or 0x2C550C) is unknown color: approx Seaweed. HEX triplet: 2C, 55 and 0C. RGB value is (44,85,12). Sum of RGB (Red+Green+Blue) = 44+85+12=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #2C550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C550C is #D3AAF3. Grayscale: #404040. Windows color (decimal): -13871860 or 808236. OLE color: 808236.

HSL color Cylindrical-coordinate representation of color #2C550C: hue angle of 93.7º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C550C is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB448512-
CMYK0.4800.860.67
HSL93.7º75.26%19.02%-
HSV(B)93.7º85.88%33.33%-
XYZ4.357.061.48-
YUV64.4298.42113.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.21%
GREEN value IS 85 (33.59% from 255) = 60.28%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=31.21%
G=60.28%
B=8.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485120.4800.860.6793.775.2619.02
Hex2C55C30056435e4b13
Octal541251460012610313611323
Binary101100101010111001100000101011010000111011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,12); }

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

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

 a { background-color: rgb(44,85,12); }

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

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

 span { border-color: rgb(44,85,12); }

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