#2E4D12

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

Shades of Seaweed #2E4D12

Tints of Seaweed #2E4D12

Color information

#2E4D12 (or 0x2E4D12) is unknown color: approx Seaweed. HEX triplet: 2E, 4D and 12. RGB value is (46,77,18). Sum of RGB (Red+Green+Blue) = 46+77+18=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4D12 is #D1B2ED. Grayscale: #3D3D3D. Windows color (decimal): -13742830 or 1199406. OLE color: 1199406.

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

Color convert

RGB467718-
CMYK0.4000.770.70
HSL91.53º62.11%18.63%-
HSV(B)91.53º76.62%30.2%-
XYZ3.895.931.51-
YUV61103.73117.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 77 (30.47% from 255) = 54.61%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=32.62%
G=54.61%
B=12.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4677180.4000.770.7091.5362.1118.63
Hex2E4D122804D465c3e13
Octal56115225001151061347623
Binary101110100110110010101000010011011000110101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,77,18); }

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

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

 a { background-color: rgb(46,77,18); }

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

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

 span { border-color: rgb(46,77,18); }

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