#2E451A

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

Shades of Seaweed #2E451A

Tints of Seaweed #2E451A

Color information

#2E451A (or 0x2E451A) is unknown color: approx Seaweed. HEX triplet: 2E, 45 and 1A. RGB value is (46,69,26). Sum of RGB (Red+Green+Blue) = 46+69+26=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #2E451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E451A is #D1BAE5. Grayscale: #393939. Windows color (decimal): -13744870 or 1721646. OLE color: 1721646.

HSL color Cylindrical-coordinate representation of color #2E451A: hue angle of 92.09º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E451A is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB466926-
CMYK0.3300.620.73
HSL92.09º45.26%18.63%-
HSV(B)92.09º62.32%27.06%-
XYZ3.444.911.74-
YUV57.22110.38120-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=32.62%
G=48.94%
B=18.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4669260.3300.620.7392.0945.2618.63
Hex2E451A2103E495c2d13
Octal5610532410761111345523
Binary10111010001011101010000101111101001001101110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,26); }

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

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

 a { background-color: rgb(46,69,26); }

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

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

 span { border-color: rgb(46,69,26); }

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