#2A520A

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

Shades of Seaweed #2A520A

Tints of Seaweed #2A520A

Color information

#2A520A (or 0x2A520A) is unknown color: approx Seaweed. HEX triplet: 2A, 52 and 0A. RGB value is (42,82,10). Sum of RGB (Red+Green+Blue) = 42+82+10=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #2A520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A520A is #D5ADF5. Grayscale: #3E3E3E. Windows color (decimal): -14003702 or 676394. OLE color: 676394.

HSL color Cylindrical-coordinate representation of color #2A520A: hue angle of 93.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A520A is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB428210-
CMYK0.4900.880.68
HSL93.33º78.26%18.04%-
HSV(B)93.33º87.8%32.16%-
XYZ4.036.551.34-
YUV61.8398.75113.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.34%
GREEN value IS 82 (32.42% from 255) = 61.19%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=31.34%
G=61.19%
B=7.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4282100.4900.880.6893.3378.2618.04
Hex2A52A31058445d4e12
Octal521221261013010413511622
Binary101010101001010101100010101100010001001011101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,10); }

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

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

 a { background-color: rgb(42,82,10); }

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

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

 span { border-color: rgb(42,82,10); }

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