#2F451F

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

Shades of Seaweed #2F451F

Tints of Seaweed #2F451F

Color information

#2F451F (or 0x2F451F) is unknown color: approx Seaweed. HEX triplet: 2F, 45 and 1F. RGB value is (47,69,31). Sum of RGB (Red+Green+Blue) = 47+69+31=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #2F451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F451F is #D0BAE0. Grayscale: #3A3A3A. Windows color (decimal): -13679329 or 2049327. OLE color: 2049327.

HSL color Cylindrical-coordinate representation of color #2F451F: hue angle of 94.74º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F451F is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB476931-
CMYK0.3200.550.73
HSL94.74º38%19.61%-
HSV(B)94.74º55.07%27.06%-
XYZ3.554.962.07-
YUV58.09112.71120.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=31.97%
G=46.94%
B=21.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4769310.3200.550.7394.743819.61
Hex2F451F20037495f2614
Octal5710537400671111374624
Binary10111110001011111110000001101111001001101111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,69,31); }

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

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

 a { background-color: rgb(47,69,31); }

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

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

 span { border-color: rgb(47,69,31); }

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