#2F401A

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

Shades of Seaweed #2F401A

Tints of Seaweed #2F401A

Color information

#2F401A (or 0x2F401A) is unknown color: approx Seaweed. HEX triplet: 2F, 40 and 1A. RGB value is (47,64,26). Sum of RGB (Red+Green+Blue) = 47+64+26=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #2F401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F401A is #D0BFE5. Grayscale: #363636. Windows color (decimal): -13680614 or 1720367. OLE color: 1720367.

HSL color Cylindrical-coordinate representation of color #2F401A: hue angle of 86.84º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F401A is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB476426-
CMYK0.2700.590.75
HSL86.84º42.22%17.65%-
HSV(B)86.84º59.38%25.1%-
XYZ3.194.351.65-
YUV54.58111.87122.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.31%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=34.31%
G=46.72%
B=18.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764260.2700.590.7586.8442.2217.65
Hex2F401A1B03B4B572a12
Octal5710032330731131275222
Binary1011111000000110101101101110111001011101011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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