#2A530A

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

Shades of Seaweed #2A530A

Tints of Seaweed #2A530A

Color information

#2A530A (or 0x2A530A) is unknown color: approx Seaweed. HEX triplet: 2A, 53 and 0A. RGB value is (42,83,10). Sum of RGB (Red+Green+Blue) = 42+83+10=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #2A530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A530A is #D5ACF5. Grayscale: #3E3E3E. Windows color (decimal): -14003446 or 676650. OLE color: 676650.

HSL color Cylindrical-coordinate representation of color #2A530A: hue angle of 93.7º degrees, saturation: 0.78, 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 #2A530A is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB428310-
CMYK0.4900.880.67
HSL93.7º78.49%18.24%-
HSV(B)93.7º87.95%32.55%-
XYZ4.16.71.36-
YUV62.4298.42113.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.11%
GREEN value IS 83 (32.81% from 255) = 61.48%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=31.11%
G=61.48%
B=7.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283100.4900.880.6793.778.4918.24
Hex2A53A31058435e4e12
Octal521231261013010313611622
Binary101010101001110101100010101100010000111011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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