#2E4B11

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

Shades of Seaweed #2E4B11

Tints of Seaweed #2E4B11

Color information

#2E4B11 (or 0x2E4B11) is unknown color: approx Seaweed. HEX triplet: 2E, 4B and 11. RGB value is (46,75,17). Sum of RGB (Red+Green+Blue) = 46+75+17=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4B11 is #D1B4EE. Grayscale: #3B3B3B. Windows color (decimal): -13743343 or 1133358. OLE color: 1133358.

HSL color Cylindrical-coordinate representation of color #2E4B11: hue angle of 90º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E4B11 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB467517-
CMYK0.3900.770.71
HSL90º63.04%18.04%-
HSV(B)90º77.33%29.41%-
XYZ3.745.651.42-
YUV59.72103.89118.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 54.35%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=33.33%
G=54.35%
B=12.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675170.3900.770.719063.0418.04
Hex2E4B112704D475a3f12
Octal56113214701151071327722
Binary101110100101110001100111010011011000111101101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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