#30411B

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

Shades of Seaweed #30411B

Tints of Seaweed #30411B

Color information

#30411B (or 0x30411B) is unknown color: approx Seaweed. HEX triplet: 30, 41 and 1B. RGB value is (48,65,27). Sum of RGB (Red+Green+Blue) = 48+65+27=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #30411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30411B is #CFBEE4. Grayscale: #373737. Windows color (decimal): -13614821 or 1786160. OLE color: 1786160.

HSL color Cylindrical-coordinate representation of color #30411B: hue angle of 86.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30411B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB486527-
CMYK0.2600.580.75
HSL86.84º41.3%18.04%-
HSV(B)86.84º58.46%25.49%-
XYZ3.314.491.73-
YUV55.59111.87122.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=34.29%
G=46.43%
B=19.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865270.2600.580.7586.8441.318.04
Hex30411B1A03A4B572912
Octal6010133320721131275122
Binary1100001000001110111101001110101001011101011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30411B; }

 p { color: rgb(48,65,27); }

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

<style>
 a { background-color: #30411B; }

 a { background-color: rgb(48,65,27); }

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

<style>
 span { border-color: #30411B; }

 span { border-color: rgb(48,65,27); }

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