Html Css Color HEX #305210 Seaweed

📋 copy color: '#305210'

red 48 ◦ green 82 ◦ blue 16

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

Shades of Seaweed #305210

Tints of Seaweed #305210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.16%

 BLUE value IS 16 (6.64% from 255) = 10.96%

R = 32.88%
G = 56.16%
B = 10.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#305210 (or 0x305210) is known color: Seaweed. HEX triplet: 30, 52 and 10. RGB value is (48,82,16). Sum of RGB (Red+Green+Blue) = 48+82+16=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #305210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305210 is #CFADEF. Grayscale: #404040. Windows color (decimal): -13610480 or 1069616. OLE color: 1069616.

HSL color Cylindrical-coordinate representation of color #305210: hue angle of 90.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305210 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 16 -
CMYK 0.41 0 0.80 0.68
HSL 90.91º 0.67% 0.19% -
HSV(B) 90.91º 0.8% 0.32% -
XYZ 4.33 6.7 1.56 -
YUV 64.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 48 82 16 0.41 0 0.80 0.68 90.91 0.67 0.19
Hex 30 52 10 29 0 50 44 5B 43 13
Octal 60 122 20 51 0 120 104 133 103 23
Binary 110000 1010010 10000 101001 0 1010000 1000100 1011011 1000011 10011

Color Harmonies of #305210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305210

Black with #305210

Text Example


Text Example

White with #305210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305210; }

 p { color: rgb(48,82,16); }

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

background-color css

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

 a { background-color: rgb(48,82,16); }

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

border-color css

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

 span { border-color: rgb(48,82,16); }

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