#2D560D

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

Shades of Seaweed #2D560D

Tints of Seaweed #2D560D

Color information

#2D560D (or 0x2D560D) is unknown color: approx Seaweed. HEX triplet: 2D, 56 and 0D. RGB value is (45,86,13). Sum of RGB (Red+Green+Blue) = 45+86+13=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #2D560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D560D is #D2A9F2. Grayscale: #414141. Windows color (decimal): -13806067 or 874029. OLE color: 874029.

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

Color convert

RGB458613-
CMYK0.4800.850.66
HSL93.7º73.74%19.41%-
HSV(B)93.7º84.88%33.73%-
XYZ4.487.241.54-
YUV65.4298.42113.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.25%
GREEN value IS 86 (33.98% from 255) = 59.72%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=31.25%
G=59.72%
B=9.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4586130.4800.850.6693.773.7419.41
Hex2D56D30055425e4a13
Octal551261560012510213611223
Binary101101101011011011100000101010110000101011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,86,13); }

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

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

 a { background-color: rgb(45,86,13); }

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

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

 span { border-color: rgb(45,86,13); }

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