#2A4810

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

Shades of Seaweed #2A4810

Tints of Seaweed #2A4810

Color information

#2A4810 (or 0x2A4810) is unknown color: approx Seaweed. HEX triplet: 2A, 48 and 10. RGB value is (42,72,16). Sum of RGB (Red+Green+Blue) = 42+72+16=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4810 is #D5B7EF. Grayscale: #383838. Windows color (decimal): -14006256 or 1067050. OLE color: 1067050.

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

Color convert

RGB427216-
CMYK0.4200.780.72
HSL92.14º63.64%17.25%-
HSV(B)92.14º77.78%28.24%-
XYZ3.375.161.31-
YUV56.65105.06117.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=32.31%
G=55.38%
B=12.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272160.4200.780.7292.1463.6417.25
Hex2A48102A04E485c4011
Octal521102052011611013410021
Binary1010101001000100001010100100111010010001011100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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