#2F461A

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

Shades of Seaweed #2F461A

Tints of Seaweed #2F461A

Color information

#2F461A (or 0x2F461A) is unknown color: approx Seaweed. HEX triplet: 2F, 46 and 1A. RGB value is (47,70,26). Sum of RGB (Red+Green+Blue) = 47+70+26=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #2F461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F461A is #D0B9E5. Grayscale: #3A3A3A. Windows color (decimal): -13679078 or 1721903. OLE color: 1721903.

HSL color Cylindrical-coordinate representation of color #2F461A: hue angle of 91.36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F461A is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB477026-
CMYK0.3300.630.73
HSL91.36º45.83%18.82%-
HSV(B)91.36º62.86%27.45%-
XYZ3.555.061.77-
YUV58.11109.88120.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.87%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=32.87%
G=48.95%
B=18.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4770260.3300.630.7391.3645.8318.82
Hex2F461A2103F495b2e13
Octal5710632410771111335623
Binary10111110001101101010000101111111001001101101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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