#30421A

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

Shades of Seaweed #30421A

Tints of Seaweed #30421A

Color information

#30421A (or 0x30421A) is unknown color: approx Seaweed. HEX triplet: 30, 42 and 1A. RGB value is (48,66,26). Sum of RGB (Red+Green+Blue) = 48+66+26=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #30421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30421A is #CFBDE5. Grayscale: #383838. Windows color (decimal): -13614566 or 1720880. OLE color: 1720880.

HSL color Cylindrical-coordinate representation of color #30421A: hue angle of 87º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30421A is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB486626-
CMYK0.2700.610.74
HSL87º43.48%18.04%-
HSV(B)87º60.61%25.88%-
XYZ3.354.61.69-
YUV56.06111.04122.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=34.29%
G=47.14%
B=18.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866260.2700.610.748743.4818.04
Hex30421A1B03D4A572b12
Octal6010232330751121275322
Binary1100001000010110101101101111011001010101011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30421A; }

 p { color: rgb(48,66,26); }

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

<style>
 a { background-color: #30421A; }

 a { background-color: rgb(48,66,26); }

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

<style>
 span { border-color: #30421A; }

 span { border-color: rgb(48,66,26); }

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