#2F5412

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

Shades of Seaweed #2F5412

Tints of Seaweed #2F5412

Color information

#2F5412 (or 0x2F5412) is unknown color: approx Seaweed. HEX triplet: 2F, 54 and 12. RGB value is (47,84,18). Sum of RGB (Red+Green+Blue) = 47+84+18=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5412 is #D0ABED. Grayscale: #414141. Windows color (decimal): -13675502 or 1201199. OLE color: 1201199.

HSL color Cylindrical-coordinate representation of color #2F5412: hue angle of 93.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F5412 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB478418-
CMYK0.4400.790.67
HSL93.64º64.71%20%-
HSV(B)93.64º78.57%32.94%-
XYZ4.456.991.69-
YUV65.41101.24114.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.54%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=31.54%
G=56.38%
B=12.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784180.4400.790.6793.6464.7120
Hex2F54122C04F435e4114
Octal571242254011710313610124
Binary1011111010100100101011000100111110000111011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,18); }

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

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

 a { background-color: rgb(47,84,18); }

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

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

 span { border-color: rgb(47,84,18); }

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