#2C570A

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

Shades of Seaweed #2C570A

Tints of Seaweed #2C570A

Color information

#2C570A (or 0x2C570A) is unknown color: approx Seaweed. HEX triplet: 2C, 57 and 0A. RGB value is (44,87,10). Sum of RGB (Red+Green+Blue) = 44+87+10=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 87 (34.38% from 255 or 61.70% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 87 - color contains mainly: green. Hex color #2C570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C570A is #D3A8F5. Grayscale: #414141. Windows color (decimal): -13871350 or 677676. OLE color: 677676.

HSL color Cylindrical-coordinate representation of color #2C570A: hue angle of 93.51º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C570A is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB448710-
CMYK0.4900.890.66
HSL93.51º79.38%19.02%-
HSV(B)93.51º88.51%34.12%-
XYZ4.57.371.47-
YUV65.3696.75112.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.21%
GREEN value IS 87 (34.38% from 255) = 61.70%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=31.21%
G=61.70%
B=7.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4487100.4900.890.6693.5179.3819.02
Hex2C57A31059425e4f13
Octal541271261013110213611723
Binary101100101011110101100010101100110000101011110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,87,10); }

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

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

 a { background-color: rgb(44,87,10); }

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

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

 span { border-color: rgb(44,87,10); }

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