#2C520E

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

Shades of Seaweed #2C520E

Tints of Seaweed #2C520E

Color information

#2C520E (or 0x2C520E) is unknown color: approx Seaweed. HEX triplet: 2C, 52 and 0E. RGB value is (44,82,14). Sum of RGB (Red+Green+Blue) = 44+82+14=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #2C520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C520E is #D3ADF1. Grayscale: #3F3F3F. Windows color (decimal): -13872626 or 938540. OLE color: 938540.

HSL color Cylindrical-coordinate representation of color #2C520E: hue angle of 93.53º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C520E is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB448214-
CMYK0.4600.830.68
HSL93.53º70.83%18.82%-
HSV(B)93.53º82.93%32.16%-
XYZ4.146.61.47-
YUV62.89100.41114.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.43%
GREEN value IS 82 (32.42% from 255) = 58.57%
BLUE value IS 14 (5.86% from 255) = 10%
R=31.43%
G=58.57%
B=10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4482140.4600.830.6893.5370.8318.82
Hex2C52E2E053445e4713
Octal541221656012310413610723
Binary101100101001011101011100101001110001001011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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