#2F481C

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

Shades of Seaweed #2F481C

Tints of Seaweed #2F481C

Color information

#2F481C (or 0x2F481C) is unknown color: approx Seaweed. HEX triplet: 2F, 48 and 1C. RGB value is (47,72,28). Sum of RGB (Red+Green+Blue) = 47+72+28=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #2F481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F481C is #D0B7E3. Grayscale: #3B3B3B. Windows color (decimal): -13678564 or 1853487. OLE color: 1853487.

HSL color Cylindrical-coordinate representation of color #2F481C: hue angle of 94.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F481C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB477228-
CMYK0.3500.610.72
HSL94.09º44%19.61%-
HSV(B)94.09º61.11%28.24%-
XYZ3.75.321.93-
YUV59.51110.22119.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=31.97%
G=48.98%
B=19.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4772280.3500.610.7294.094419.61
Hex2F481C2303D485e2c14
Octal5711034430751101365424
Binary10111110010001110010001101111011001000101111010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,72,28); }

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

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

 a { background-color: rgb(47,72,28); }

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

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

 span { border-color: rgb(47,72,28); }

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