#2E4816

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

Shades of Seaweed #2E4816

Tints of Seaweed #2E4816

Color information

#2E4816 (or 0x2E4816) is unknown color: approx Seaweed. HEX triplet: 2E, 48 and 16. RGB value is (46,72,22). Sum of RGB (Red+Green+Blue) = 46+72+22=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4816 is #D1B7E9. Grayscale: #3A3A3A. Windows color (decimal): -13744106 or 1460270. OLE color: 1460270.

HSL color Cylindrical-coordinate representation of color #2E4816: hue angle of 91.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E4816 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB467222-
CMYK0.3600.690.72
HSL91.2º53.19%18.43%-
HSV(B)91.2º69.44%28.24%-
XYZ3.595.271.59-
YUV58.53107.39119.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=32.86%
G=51.43%
B=15.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672220.3600.690.7291.253.1918.43
Hex2E481624045485b3512
Octal56110264401051101336522
Binary101110100100010110100100010001011001000101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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