#2A4814

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

Shades of Seaweed #2A4814

Tints of Seaweed #2A4814

Color information

#2A4814 (or 0x2A4814) is unknown color: approx Seaweed. HEX triplet: 2A, 48 and 14. RGB value is (42,72,20). Sum of RGB (Red+Green+Blue) = 42+72+20=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4814 is #D5B7EB. Grayscale: #393939. Windows color (decimal): -14006252 or 1329194. OLE color: 1329194.

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

Color convert

RGB427220-
CMYK0.4200.720.72
HSL94.62º56.52%18.04%-
HSV(B)94.62º72.22%28.24%-
XYZ3.45.181.48-
YUV57.1107.06117.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.34%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=31.34%
G=53.73%
B=14.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272200.4200.720.7294.6256.5218.04
Hex2A48142A048485f3912
Octal52110245201101101377122
Binary101010100100010100101010010010001001000101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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