#2F491A

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

Shades of Seaweed #2F491A

Tints of Seaweed #2F491A

Color information

#2F491A (or 0x2F491A) is unknown color: approx Seaweed. HEX triplet: 2F, 49 and 1A. RGB value is (47,73,26). Sum of RGB (Red+Green+Blue) = 47+73+26=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #2F491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F491A is #D0B6E5. Grayscale: #3C3C3C. Windows color (decimal): -13678310 or 1722671. OLE color: 1722671.

HSL color Cylindrical-coordinate representation of color #2F491A: hue angle of 93.19º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F491A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB477326-
CMYK0.3600.640.71
HSL93.19º47.47%19.41%-
HSV(B)93.19º64.38%28.63%-
XYZ3.745.441.83-
YUV59.87108.89118.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=32.19%
G=50%
B=17.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4773260.3600.640.7193.1947.4719.41
Hex2F491A24040475d2f13
Octal57111324401001071355723
Binary101111100100111010100100010000001000111101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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