Html Css Color HEX #303C21 Seaweed

📋 copy color: '#303C21'

red 48 ◦ green 60 ◦ blue 33

#303C21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #303C21

Tints of Seaweed #303C21

RGB

 RED value IS 48 (19.14% from 255) = 34.04%

 GREEN value IS 60 (23.83% from 255) = 42.55%

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 34.04%
G = 42.55%
B = 23.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.76

RGB Variations

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

Color information

#303C21 (or 0x303C21) is known color: Seaweed. HEX triplet: 30, 3C and 21. RGB value is (48,60,33). Sum of RGB (Red+Green+Blue) = 48+60+33=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #303C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C21 is #CFC3DE. Grayscale: #353535. Windows color (decimal): -13616095 or 2178096. OLE color: 2178096.

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

Color convert

RGB 48 60 33 -
CMYK 0.20 0 0.45 0.76
HSL 86.67º 0.29% 0.18% -
HSV(B) 86.67º 0.45% 0.24% -
XYZ 3.11 3.97 2.04 -
YUV 53.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 48 60 33 0.20 0 0.45 0.76 86.67 0.29 0.18
Hex 30 3C 21 14 0 2D 4C 57 1D 12
Octal 60 74 41 24 0 55 114 127 35 22
Binary 110000 111100 100001 10100 0 101101 1001100 1010111 11101 10010

Color Harmonies of #303C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C21

Black with #303C21

Text Example


Text Example

White with #303C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #303C21;
 }
 .AnyTagClassName
 {
   color: #303C21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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