#2E560F

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

Shades of Seaweed #2E560F

Tints of Seaweed #2E560F

Color information

#2E560F (or 0x2E560F) is unknown color: approx Seaweed. HEX triplet: 2E, 56 and 0F. RGB value is (46,86,15). Sum of RGB (Red+Green+Blue) = 46+86+15=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #2E560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E560F is #D1A9F0. Grayscale: #424242. Windows color (decimal): -13740529 or 1005102. OLE color: 1005102.

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

Color convert

RGB468615-
CMYK0.4700.830.66
HSL93.8º70.3%19.8%-
HSV(B)93.8º82.56%33.73%-
XYZ4.547.271.62-
YUV65.9599.25113.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.29%
GREEN value IS 86 (33.98% from 255) = 58.50%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=31.29%
G=58.50%
B=10.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4686150.4700.830.6693.870.319.8
Hex2E56F2F053425e4614
Octal561261757012310213610624
Binary101110101011011111011110101001110000101011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,86,15); }

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

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

 a { background-color: rgb(46,86,15); }

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

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

 span { border-color: rgb(46,86,15); }

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