#2F461B

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

Shades of Seaweed #2F461B

Tints of Seaweed #2F461B

Color information

#2F461B (or 0x2F461B) is unknown color: approx Seaweed. HEX triplet: 2F, 46 and 1B. RGB value is (47,70,27). Sum of RGB (Red+Green+Blue) = 47+70+27=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #2F461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F461B is #D0B9E4. Grayscale: #3A3A3A. Windows color (decimal): -13679077 or 1787439. OLE color: 1787439.

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

Color convert

RGB477027-
CMYK0.3300.610.73
HSL92.09º44.33%19.02%-
HSV(B)92.09º61.43%27.45%-
XYZ3.565.061.83-
YUV58.22110.38120-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 70 (27.73% from 255) = 48.61%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=32.64%
G=48.61%
B=18.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4770270.3300.610.7392.0944.3319.02
Hex2F461B2103D495c2c13
Octal5710633410751111345423
Binary10111110001101101110000101111011001001101110010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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