#2A4710

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

Shades of Seaweed #2A4710

Tints of Seaweed #2A4710

Color information

#2A4710 (or 0x2A4710) is unknown color: approx Seaweed. HEX triplet: 2A, 47 and 10. RGB value is (42,71,16). Sum of RGB (Red+Green+Blue) = 42+71+16=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4710 is #D5B8EF. Grayscale: #383838. Windows color (decimal): -14006512 or 1066794. OLE color: 1066794.

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

Color convert

RGB427116-
CMYK0.4100.770.72
HSL91.64º63.22%17.06%-
HSV(B)91.64º77.46%27.84%-
XYZ3.35.041.29-
YUV56.06105.39117.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=32.56%
G=55.04%
B=12.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4271160.4100.770.7291.6463.2217.06
Hex2A47102904D485c3f11
Octal52107205101151101347721
Binary101010100011110000101001010011011001000101110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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