#303D20

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

Shades of Seaweed #303D20

Tints of Seaweed #303D20

Color information

#303D20 (or 0x303D20) is unknown color: approx Seaweed. HEX triplet: 30, 3D and 20. RGB value is (48,61,32). Sum of RGB (Red+Green+Blue) = 48+61+32=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #303D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D20 is #CFC2DF. Grayscale: #353535. Windows color (decimal): -13615840 or 2112816. OLE color: 2112816.

HSL color Cylindrical-coordinate representation of color #303D20: hue angle of 86.9º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #303D20 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB486132-
CMYK0.2100.480.76
HSL86.9º31.18%18.24%-
HSV(B)86.9º47.54%23.92%-
XYZ3.154.071.99-
YUV53.81115.69123.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 61 (24.22% from 255) = 43.26%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=34.04%
G=43.26%
B=22.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861320.2100.480.7686.931.1818.24
Hex303D20150304C571f12
Octal607540250601141273722
Binary110000111101100000101010110000100110010101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D20; }

 p { color: rgb(48,61,32); }

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

<style>
 a { background-color: #303D20; }

 a { background-color: rgb(48,61,32); }

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

<style>
 span { border-color: #303D20; }

 span { border-color: rgb(48,61,32); }

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