Html Css Color HEX #305013 Seaweed

📋 copy color: '#305013'

red 48 ◦ green 80 ◦ blue 19

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

Shades of Seaweed #305013

Tints of Seaweed #305013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.42%

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

R = 32.65%
G = 54.42%
B = 12.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#305013 (or 0x305013) is known color: Seaweed. HEX triplet: 30, 50 and 13. RGB value is (48,80,19). Sum of RGB (Red+Green+Blue) = 48+80+19=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #305013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305013 is #CFAFEC. Grayscale: #3F3F3F. Windows color (decimal): -13610989 or 1265712. OLE color: 1265712.

HSL color Cylindrical-coordinate representation of color #305013: hue angle of 91.48º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305013 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 19 -
CMYK 0.40 0 0.76 0.69
HSL 91.48º 0.62% 0.19% -
HSV(B) 91.48º 0.76% 0.31% -
XYZ 4.21 6.41 1.63 -
YUV 63.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 48 80 19 0.40 0 0.76 0.69 91.48 0.62 0.19
Hex 30 50 13 28 0 4C 45 5B 3E 13
Octal 60 120 23 50 0 114 105 133 76 23
Binary 110000 1010000 10011 101000 0 1001100 1000101 1011011 111110 10011

Color Harmonies of #305013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305013

Black with #305013

Text Example


Text Example

White with #305013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305013; }

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

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

background-color css

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

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

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

border-color css

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

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

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