#30451F

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

Shades of Seaweed #30451F

Tints of Seaweed #30451F

Color information

#30451F (or 0x30451F) is unknown color: approx Seaweed. HEX triplet: 30, 45 and 1F. RGB value is (48,69,31). Sum of RGB (Red+Green+Blue) = 48+69+31=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #30451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30451F is #CFBAE0. Grayscale: #3A3A3A. Windows color (decimal): -13613793 or 2049328. OLE color: 2049328.

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

Color convert

RGB486931-
CMYK0.3000.550.73
HSL93.16º38%19.61%-
HSV(B)93.16º55.07%27.06%-
XYZ3.594.982.07-
YUV58.39112.54120.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=32.43%
G=46.62%
B=20.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869310.3000.550.7393.163819.61
Hex30451F1E037495d2614
Octal6010537360671111354624
Binary1100001000101111111111001101111001001101110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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