#2E4F15

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

Shades of Seaweed #2E4F15

Tints of Seaweed #2E4F15

Color information

#2E4F15 (or 0x2E4F15) is unknown color: approx Seaweed. HEX triplet: 2E, 4F and 15. RGB value is (46,79,21). Sum of RGB (Red+Green+Blue) = 46+79+21=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4F15 is #D1B0EA. Grayscale: #3E3E3E. Windows color (decimal): -13742315 or 1396526. OLE color: 1396526.

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

Color convert

RGB467921-
CMYK0.4200.730.69
HSL94.14º58%19.61%-
HSV(B)94.14º73.42%30.98%-
XYZ4.066.231.7-
YUV62.52104.57116.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.51%
GREEN value IS 79 (31.25% from 255) = 54.11%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=31.51%
G=54.11%
B=14.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679210.4200.730.6994.145819.61
Hex2E4F152A049455e3a14
Octal56117255201111051367224
Binary101110100111110101101010010010011000101101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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