#2F590F

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

Shades of Seaweed #2F590F

Tints of Seaweed #2F590F

Color information

#2F590F (or 0x2F590F) is unknown color: approx Seaweed. HEX triplet: 2F, 59 and 0F. RGB value is (47,89,15). Sum of RGB (Red+Green+Blue) = 47+89+15=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #2F590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F590F is #D0A6F0. Grayscale: #444444. Windows color (decimal): -13674225 or 1005871. OLE color: 1005871.

HSL color Cylindrical-coordinate representation of color #2F590F: hue angle of 94.05º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F590F is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB478915-
CMYK0.4700.830.65
HSL94.05º71.15%20.39%-
HSV(B)94.05º83.15%34.9%-
XYZ4.837.781.7-
YUV68.0198.09113.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.13%
GREEN value IS 89 (35.16% from 255) = 58.94%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=31.13%
G=58.94%
B=9.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4789150.4700.830.6594.0571.1520.39
Hex2F59F2F053415e4714
Octal571311757012310113610724
Binary101111101100111111011110101001110000011011110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,15); }

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

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

 a { background-color: rgb(47,89,15); }

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

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

 span { border-color: rgb(47,89,15); }

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