Html Css Color HEX #305215 Seaweed

📋 copy color: '#305215'

red 48 ◦ green 82 ◦ blue 21

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

Shades of Seaweed #305215

Tints of Seaweed #305215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 31.79%
G = 54.3%
B = 13.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#305215 (or 0x305215) is known color: Seaweed. HEX triplet: 30, 52 and 15. RGB value is (48,82,21). Sum of RGB (Red+Green+Blue) = 48+82+21=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #305215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305215 is #CFADEA. Grayscale: #414141. Windows color (decimal): -13610475 or 1397296. OLE color: 1397296.

HSL color Cylindrical-coordinate representation of color #305215: hue angle of 93.44º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305215 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 21 -
CMYK 0.41 0 0.74 0.68
HSL 93.44º 0.59% 0.2% -
HSV(B) 93.44º 0.74% 0.32% -
XYZ 4.37 6.72 1.78 -
YUV 64.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 48 82 21 0.41 0 0.74 0.68 93.44 0.59 0.2
Hex 30 52 15 29 0 4A 44 5D 3B 14
Octal 60 122 25 51 0 112 104 135 73 24
Binary 110000 1010010 10101 101001 0 1001010 1000100 1011101 111011 10100

Color Harmonies of #305215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305215

Black with #305215

Text Example


Text Example

White with #305215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305215; }

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

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

background-color css

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

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

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

border-color css

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

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

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