#2E4F12

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

Shades of Seaweed #2E4F12

Tints of Seaweed #2E4F12

Color information

#2E4F12 (or 0x2E4F12) is unknown color: approx Seaweed. HEX triplet: 2E, 4F and 12. RGB value is (46,79,18). Sum of RGB (Red+Green+Blue) = 46+79+18=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4F12 is #D1B0ED. Grayscale: #3E3E3E. Windows color (decimal): -13742318 or 1199918. OLE color: 1199918.

HSL color Cylindrical-coordinate representation of color #2E4F12: hue angle of 92.46º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E4F12 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB467918-
CMYK0.4200.770.69
HSL92.46º62.89%19.02%-
HSV(B)92.46º77.22%30.98%-
XYZ4.036.221.56-
YUV62.18103.07116.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.17%
GREEN value IS 79 (31.25% from 255) = 55.24%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=32.17%
G=55.24%
B=12.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679180.4200.770.6992.4662.8919.02
Hex2E4F122A04D455c3f13
Octal56117225201151051347723
Binary101110100111110010101010010011011000101101110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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