#2A4D12

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

Shades of Seaweed #2A4D12

Tints of Seaweed #2A4D12

Color information

#2A4D12 (or 0x2A4D12) is unknown color: approx Seaweed. HEX triplet: 2A, 4D and 12. RGB value is (42,77,18). Sum of RGB (Red+Green+Blue) = 42+77+18=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4D12 is #D5B2ED. Grayscale: #3C3C3C. Windows color (decimal): -14004974 or 1199402. OLE color: 1199402.

HSL color Cylindrical-coordinate representation of color #2A4D12: hue angle of 95.59º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A4D12 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB427718-
CMYK0.4500.770.70
HSL95.59º62.11%18.63%-
HSV(B)95.59º76.62%30.2%-
XYZ3.725.841.5-
YUV59.81104.4115.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.66%
GREEN value IS 77 (30.47% from 255) = 56.20%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=30.66%
G=56.20%
B=13.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4277180.4500.770.7095.5962.1118.63
Hex2A4D122D04D46603e13
Octal52115225501151061407623
Binary101010100110110010101101010011011000110110000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,77,18); }

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

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

 a { background-color: rgb(42,77,18); }

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

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

 span { border-color: rgb(42,77,18); }

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