#303F21

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

Shades of Seaweed #303F21

Tints of Seaweed #303F21

Color information

#303F21 (or 0x303F21) is unknown color: approx Seaweed. HEX triplet: 30, 3F and 21. RGB value is (48,63,33). Sum of RGB (Red+Green+Blue) = 48+63+33=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #303F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F21 is #CFC0DE. Grayscale: #373737. Windows color (decimal): -13615327 or 2178864. OLE color: 2178864.

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

Color convert

RGB486333-
CMYK0.2400.480.75
HSL90º31.25%18.82%-
HSV(B)90º47.62%24.71%-
XYZ3.274.292.1-
YUV55.1115.53122.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=33.33%
G=43.75%
B=22.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4863330.2400.480.759031.2518.82
Hex303F21180304B5a1f13
Octal607741300601131323723
Binary110000111111100001110000110000100101110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,33); }

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

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

 a { background-color: rgb(48,63,33); }

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

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

 span { border-color: rgb(48,63,33); }

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