#30451A

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

Shades of Seaweed #30451A

Tints of Seaweed #30451A

Color information

#30451A (or 0x30451A) is unknown color: approx Seaweed. HEX triplet: 30, 45 and 1A. RGB value is (48,69,26). Sum of RGB (Red+Green+Blue) = 48+69+26=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #30451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30451A is #CFBAE5. Grayscale: #393939. Windows color (decimal): -13613798 or 1721648. OLE color: 1721648.

HSL color Cylindrical-coordinate representation of color #30451A: hue angle of 89.3º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30451A is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB486926-
CMYK0.3000.620.73
HSL89.3º45.26%18.63%-
HSV(B)89.3º62.32%27.06%-
XYZ3.534.961.75-
YUV57.82110.04121-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=33.57%
G=48.25%
B=18.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869260.3000.620.7389.345.2618.63
Hex30451A1E03E49592d13
Octal6010532360761111315523
Binary1100001000101110101111001111101001001101100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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