#30401B

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

Shades of Seaweed #30401B

Tints of Seaweed #30401B

Color information

#30401B (or 0x30401B) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 1B. RGB value is (48,64,27). Sum of RGB (Red+Green+Blue) = 48+64+27=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #30401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30401B is #CFBFE4. Grayscale: #373737. Windows color (decimal): -13615077 or 1785904. OLE color: 1785904.

HSL color Cylindrical-coordinate representation of color #30401B: hue angle of 85.95º 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 #30401B is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB486427-
CMYK0.2500.580.75
HSL85.95º40.66%17.84%-
HSV(B)85.95º57.81%25.1%-
XYZ3.254.371.71-
YUV55112.2123.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=34.53%
G=46.04%
B=19.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864270.2500.580.7585.9540.6617.84
Hex30401B1903A4B562912
Octal6010033310721131265122
Binary1100001000000110111100101110101001011101011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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