#2A4910

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

Shades of Seaweed #2A4910

Tints of Seaweed #2A4910

Color information

#2A4910 (or 0x2A4910) is unknown color: approx Seaweed. HEX triplet: 2A, 49 and 10. RGB value is (42,73,16). Sum of RGB (Red+Green+Blue) = 42+73+16=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4910 is #D5B6EF. Grayscale: #393939. Windows color (decimal): -14006000 or 1067306. OLE color: 1067306.

HSL color Cylindrical-coordinate representation of color #2A4910: hue angle of 92.63º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A4910 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB427316-
CMYK0.4200.780.71
HSL92.63º64.04%17.45%-
HSV(B)92.63º78.08%28.63%-
XYZ3.435.291.33-
YUV57.23104.73117.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=32.06%
G=55.73%
B=12.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4273160.4200.780.7192.6364.0417.45
Hex2A49102A04E475d4011
Octal521112052011610713510021
Binary1010101001001100001010100100111010001111011101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,73,16); }

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

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

 a { background-color: rgb(42,73,16); }

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

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

 span { border-color: rgb(42,73,16); }

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