#2D471A

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

Shades of Seaweed #2D471A

Tints of Seaweed #2D471A

Color information

#2D471A (or 0x2D471A) is unknown color: approx Seaweed. HEX triplet: 2D, 47 and 1A. RGB value is (45,71,26). Sum of RGB (Red+Green+Blue) = 45+71+26=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #2D471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D471A is #D2B8E5. Grayscale: #3A3A3A. Windows color (decimal): -13809894 or 1722157. OLE color: 1722157.

HSL color Cylindrical-coordinate representation of color #2D471A: hue angle of 94.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D471A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB457126-
CMYK0.3700.630.72
HSL94.67º46.39%19.02%-
HSV(B)94.67º63.38%27.84%-
XYZ3.525.141.78-
YUV58.1109.89118.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.69%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=31.69%
G=50%
B=18.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4571260.3700.630.7294.6746.3919.02
Hex2D471A2503F485f2e13
Octal5510732450771101375623
Binary10110110001111101010010101111111001000101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,26); }

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

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

 a { background-color: rgb(45,71,26); }

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

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

 span { border-color: rgb(45,71,26); }

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