#2C4E13

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

Shades of Seaweed #2C4E13

Tints of Seaweed #2C4E13

Color information

#2C4E13 (or 0x2C4E13) is unknown color: approx Seaweed. HEX triplet: 2C, 4E and 13. RGB value is (44,78,19). Sum of RGB (Red+Green+Blue) = 44+78+19=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C4E13 is #D3B1EC. Grayscale: #3D3D3D. Windows color (decimal): -13873645 or 1265196. OLE color: 1265196.

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

Color convert

RGB447819-
CMYK0.4400.760.69
HSL94.58º60.82%19.02%-
HSV(B)94.58º75.64%30.59%-
XYZ3.886.031.58-
YUV61.11104.24115.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.21%
GREEN value IS 78 (30.86% from 255) = 55.32%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=31.21%
G=55.32%
B=13.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4478190.4400.760.6994.5860.8219.02
Hex2C4E132C04C455f3d13
Octal54116235401141051377523
Binary101100100111010011101100010011001000101101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,19); }

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

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

 a { background-color: rgb(44,78,19); }

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

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

 span { border-color: rgb(44,78,19); }

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