#2E520E

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

Shades of Seaweed #2E520E

Tints of Seaweed #2E520E

Color information

#2E520E (or 0x2E520E) is unknown color: approx Seaweed. HEX triplet: 2E, 52 and 0E. RGB value is (46,82,14). Sum of RGB (Red+Green+Blue) = 46+82+14=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #2E520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E520E is #D1ADF1. Grayscale: #3F3F3F. Windows color (decimal): -13741554 or 938542. OLE color: 938542.

HSL color Cylindrical-coordinate representation of color #2E520E: hue angle of 91.76º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E520E is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB468214-
CMYK0.4400.830.68
HSL91.76º70.83%18.82%-
HSV(B)91.76º82.93%32.16%-
XYZ4.226.651.48-
YUV63.48100.07115.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 82 (32.42% from 255) = 57.75%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=32.39%
G=57.75%
B=9.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4682140.4400.830.6891.7670.8318.82
Hex2E52E2C053445c4713
Octal561221654012310413410723
Binary101110101001011101011000101001110001001011100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,14); }

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

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

 a { background-color: rgb(46,82,14); }

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

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

 span { border-color: rgb(46,82,14); }

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