#2F4020

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

Shades of Seaweed #2F4020

Tints of Seaweed #2F4020

Color information

#2F4020 (or 0x2F4020) is unknown color: approx Seaweed. HEX triplet: 2F, 40 and 20. RGB value is (47,64,32). Sum of RGB (Red+Green+Blue) = 47+64+32=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4020 is #D0BFDF. Grayscale: #373737. Windows color (decimal): -13680608 or 2113583. OLE color: 2113583.

HSL color Cylindrical-coordinate representation of color #2F4020: hue angle of 91.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F4020 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB476432-
CMYK0.2700.500.75
HSL91.88º33.33%18.82%-
HSV(B)91.88º50%25.1%-
XYZ3.274.382.04-
YUV55.27114.87122.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.87%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=32.87%
G=44.76%
B=22.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4764320.2700.500.7591.8833.3318.82
Hex2F40201B0324B5c2113
Octal5710040330621131344123
Binary10111110000001000001101101100101001011101110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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