#2A4811

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

Shades of Seaweed #2A4811

Tints of Seaweed #2A4811

Color information

#2A4811 (or 0x2A4811) is unknown color: approx Seaweed. HEX triplet: 2A, 48 and 11. RGB value is (42,72,17). Sum of RGB (Red+Green+Blue) = 42+72+17=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4811 is #D5B7EE. Grayscale: #383838. Windows color (decimal): -14006255 or 1132586. OLE color: 1132586.

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

Color convert

RGB427217-
CMYK0.4200.760.72
HSL92.73º61.8%17.45%-
HSV(B)92.73º76.39%28.24%-
XYZ3.375.171.35-
YUV56.76105.56117.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=32.06%
G=54.96%
B=12.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272170.4200.760.7292.7361.817.45
Hex2A48112A04C485d3e11
Octal52110215201141101357621
Binary101010100100010001101010010011001001000101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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