#2E4C16

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

Shades of Seaweed #2E4C16

Tints of Seaweed #2E4C16

Color information

#2E4C16 (or 0x2E4C16) is unknown color: approx Seaweed. HEX triplet: 2E, 4C and 16. RGB value is (46,76,22). Sum of RGB (Red+Green+Blue) = 46+76+22=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4C16 is #D1B3E9. Grayscale: #3D3D3D. Windows color (decimal): -13743082 or 1461294. OLE color: 1461294.

HSL color Cylindrical-coordinate representation of color #2E4C16: hue angle of 93.33º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E4C16 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB467622-
CMYK0.3900.710.70
HSL93.33º55.1%19.22%-
HSV(B)93.33º71.05%29.8%-
XYZ3.865.811.68-
YUV60.87106.06117.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 76 (30.08% from 255) = 52.78%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=31.94%
G=52.78%
B=15.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4676220.3900.710.7093.3355.119.22
Hex2E4C1627047465d3713
Octal56114264701071061356723
Binary101110100110010110100111010001111000110101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,22); }

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

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

 a { background-color: rgb(46,76,22); }

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

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

 span { border-color: rgb(46,76,22); }

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