#2F491D

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

Shades of Seaweed #2F491D

Tints of Seaweed #2F491D

Color information

#2F491D (or 0x2F491D) is unknown color: approx Seaweed. HEX triplet: 2F, 49 and 1D. RGB value is (47,73,29). Sum of RGB (Red+Green+Blue) = 47+73+29=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #2F491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F491D is #D0B6E2. Grayscale: #3C3C3C. Windows color (decimal): -13678307 or 1919279. OLE color: 1919279.

HSL color Cylindrical-coordinate representation of color #2F491D: hue angle of 95.45º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F491D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB477329-
CMYK0.3600.600.71
HSL95.45º43.14%20%-
HSV(B)95.45º60.27%28.63%-
XYZ3.785.462.02-
YUV60.21110.39118.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.54%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=31.54%
G=48.99%
B=19.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4773290.3600.600.7195.4543.1420
Hex2F491D2403C475f2b14
Octal5711135440741071375324
Binary10111110010011110110010001111001000111101111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,73,29); }

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

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

 a { background-color: rgb(47,73,29); }

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

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

 span { border-color: rgb(47,73,29); }

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