#30421D

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

Shades of Seaweed #30421D

Tints of Seaweed #30421D

Color information

#30421D (or 0x30421D) is unknown color: approx Seaweed. HEX triplet: 30, 42 and 1D. RGB value is (48,66,29). Sum of RGB (Red+Green+Blue) = 48+66+29=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #30421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30421D is #CFBDE2. Grayscale: #383838. Windows color (decimal): -13614563 or 1917488. OLE color: 1917488.

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

Color convert

RGB486629-
CMYK0.2700.560.74
HSL89.19º38.95%18.63%-
HSV(B)89.19º56.06%25.88%-
XYZ3.394.611.87-
YUV56.4112.54122.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=33.57%
G=46.15%
B=20.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866290.2700.560.7489.1938.9518.63
Hex30421D1B0384A592713
Octal6010235330701121314723
Binary1100001000010111011101101110001001010101100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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