#2C5211

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

Shades of Seaweed #2C5211

Tints of Seaweed #2C5211

Color information

#2C5211 (or 0x2C5211) is unknown color: approx Seaweed. HEX triplet: 2C, 52 and 11. RGB value is (44,82,17). Sum of RGB (Red+Green+Blue) = 44+82+17=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #2C5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5211 is #D3ADEE. Grayscale: #3F3F3F. Windows color (decimal): -13872623 or 1135148. OLE color: 1135148.

HSL color Cylindrical-coordinate representation of color #2C5211: hue angle of 95.08º degrees, saturation: 0.66, 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 #2C5211 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB448217-
CMYK0.4600.790.68
HSL95.08º65.66%19.41%-
HSV(B)95.08º79.27%32.16%-
XYZ4.166.611.59-
YUV63.23101.91114.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.77%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=30.77%
G=57.34%
B=11.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4482170.4600.790.6895.0865.6619.41
Hex2C52112E04F445f4213
Octal541222156011710413710223
Binary1011001010010100011011100100111110001001011111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,82,17); }

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

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

 a { background-color: rgb(44,82,17); }

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

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

 span { border-color: rgb(44,82,17); }

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