#2C560A

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

Shades of Seaweed #2C560A

Tints of Seaweed #2C560A

Color information

#2C560A (or 0x2C560A) is unknown color: approx Seaweed. HEX triplet: 2C, 56 and 0A. RGB value is (44,86,10). Sum of RGB (Red+Green+Blue) = 44+86+10=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #2C560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C560A is #D3A9F5. Grayscale: #414141. Windows color (decimal): -13871606 or 677420. OLE color: 677420.

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

Color convert

RGB448610-
CMYK0.4900.880.66
HSL93.16º79.17%18.82%-
HSV(B)93.16º88.37%33.73%-
XYZ4.427.211.45-
YUV64.7897.09113.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.43%
GREEN value IS 86 (33.98% from 255) = 61.43%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=31.43%
G=61.43%
B=7.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4486100.4900.880.6693.1679.1718.82
Hex2C56A31058425d4f13
Octal541261261013010213511723
Binary101100101011010101100010101100010000101011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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