#2E5111

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

Shades of Seaweed #2E5111

Tints of Seaweed #2E5111

Color information

#2E5111 (or 0x2E5111) is unknown color: approx Seaweed. HEX triplet: 2E, 51 and 11. RGB value is (46,81,17). Sum of RGB (Red+Green+Blue) = 46+81+17=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #2E5111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5111 is #D1AEEE. Grayscale: #3F3F3F. Windows color (decimal): -13741807 or 1134894. OLE color: 1134894.

HSL color Cylindrical-coordinate representation of color #2E5111: hue angle of 92.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5111 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB468117-
CMYK0.4300.790.68
HSL92.81º65.31%19.22%-
HSV(B)92.81º79.01%31.76%-
XYZ4.176.511.57-
YUV63.24101.9115.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=31.94%
G=56.25%
B=11.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681170.4300.790.6892.8165.3119.22
Hex2E51112B04F445d4113
Octal561212153011710413510123
Binary1011101010001100011010110100111110001001011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,17); }

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

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

 a { background-color: rgb(46,81,17); }

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

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

 span { border-color: rgb(46,81,17); }

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