#2F550C

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

Shades of Seaweed #2F550C

Tints of Seaweed #2F550C

Color information

#2F550C (or 0x2F550C) is unknown color: approx Seaweed. HEX triplet: 2F, 55 and 0C. RGB value is (47,85,12). Sum of RGB (Red+Green+Blue) = 47+85+12=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #2F550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F550C is #D0AAF3. Grayscale: #414141. Windows color (decimal): -13675252 or 808239. OLE color: 808239.

HSL color Cylindrical-coordinate representation of color #2F550C: hue angle of 91.23º 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 #2F550C is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB478512-
CMYK0.4500.860.67
HSL91.23º75.26%19.02%-
HSV(B)91.23º85.88%33.33%-
XYZ4.497.131.49-
YUV65.3297.91114.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=32.64%
G=59.03%
B=8.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4785120.4500.860.6791.2375.2619.02
Hex2F55C2D056435b4b13
Octal571251455012610313311323
Binary101111101010111001011010101011010000111011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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