#2E4A18

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

Shades of Seaweed #2E4A18

Tints of Seaweed #2E4A18

Color information

#2E4A18 (or 0x2E4A18) is unknown color: approx Seaweed. HEX triplet: 2E, 4A and 18. RGB value is (46,74,24). Sum of RGB (Red+Green+Blue) = 46+74+24=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4A18 is #D1B5E7. Grayscale: #3C3C3C. Windows color (decimal): -13743592 or 1591854. OLE color: 1591854.

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

Color convert

RGB467424-
CMYK0.3800.680.71
HSL93.6º51.02%19.22%-
HSV(B)93.6º67.57%29.02%-
XYZ3.745.541.74-
YUV59.93107.72118.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 74 (29.30% from 255) = 51.39%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=31.94%
G=51.39%
B=16.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4674240.3800.680.7193.651.0219.22
Hex2E4A1826044475e3313
Octal56112304601041071366323
Binary101110100101011000100110010001001000111101111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,74,24); }

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

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

 a { background-color: rgb(46,74,24); }

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

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

 span { border-color: rgb(46,74,24); }

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