#2A540A

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

Shades of Seaweed #2A540A

Tints of Seaweed #2A540A

Color information

#2A540A (or 0x2A540A) is unknown color: approx Seaweed. HEX triplet: 2A, 54 and 0A. RGB value is (42,84,10). Sum of RGB (Red+Green+Blue) = 42+84+10=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #2A540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A540A is #D5ABF5. Grayscale: #3F3F3F. Windows color (decimal): -14003190 or 676906. OLE color: 676906.

HSL color Cylindrical-coordinate representation of color #2A540A: hue angle of 94.05º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A540A is Cyan = 0.5, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB428410-
CMYK0.500.880.67
HSL94.05º78.72%18.43%-
HSV(B)94.05º88.1%32.94%-
XYZ4.186.851.39-
YUV63.0198.09113.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.88%
GREEN value IS 84 (33.20% from 255) = 61.76%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=30.88%
G=61.76%
B=7.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284100.500.880.6794.0578.7218.43
Hex2A54A32058435e4f12
Octal521241262013010313611722
Binary101010101010010101100100101100010000111011110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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