#2D560F

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

Shades of Seaweed #2D560F

Tints of Seaweed #2D560F

Color information

#2D560F (or 0x2D560F) is unknown color: approx Seaweed. HEX triplet: 2D, 56 and 0F. RGB value is (45,86,15). Sum of RGB (Red+Green+Blue) = 45+86+15=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #2D560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D560F is #D2A9F0. Grayscale: #414141. Windows color (decimal): -13806065 or 1005101. OLE color: 1005101.

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

Color convert

RGB458615-
CMYK0.4800.830.66
HSL94.65º70.3%19.8%-
HSV(B)94.65º82.56%33.73%-
XYZ4.57.251.61-
YUV65.6599.42113.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.82%
GREEN value IS 86 (33.98% from 255) = 58.90%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=30.82%
G=58.90%
B=10.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4586150.4800.830.6694.6570.319.8
Hex2D56F30053425f4614
Octal551261760012310213710624
Binary101101101011011111100000101001110000101011111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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