Html Css Color HEX #305213 Seaweed

📋 copy color: '#305213'

red 48 ◦ green 82 ◦ blue 19

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

Shades of Seaweed #305213

Tints of Seaweed #305213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 32.21%
G = 55.03%
B = 12.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#305213 (or 0x305213) is known color: Seaweed. HEX triplet: 30, 52 and 13. RGB value is (48,82,19). Sum of RGB (Red+Green+Blue) = 48+82+19=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #305213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305213 is #CFADEC. Grayscale: #404040. Windows color (decimal): -13610477 or 1266224. OLE color: 1266224.

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

Color convert

RGB 48 82 19 -
CMYK 0.41 0 0.77 0.68
HSL 92.38º 0.62% 0.2% -
HSV(B) 92.38º 0.77% 0.32% -
XYZ 4.35 6.71 1.68 -
YUV 64.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 48 82 19 0.41 0 0.77 0.68 92.38 0.62 0.2
Hex 30 52 13 29 0 4D 44 5C 3E 14
Octal 60 122 23 51 0 115 104 134 76 24
Binary 110000 1010010 10011 101001 0 1001101 1000100 1011100 111110 10100

Color Harmonies of #305213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305213

Black with #305213

Text Example


Text Example

White with #305213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305213; }

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

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

background-color css

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

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

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

border-color css

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

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

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