Html Css Color HEX #30590D Seaweed

📋 copy color: '#30590D'

red 48 ◦ green 89 ◦ blue 13

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

Shades of Seaweed #30590D

Tints of Seaweed #30590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.33%

 BLUE value IS 13 (5.47% from 255) = 8.67%

R = 32%
G = 59.33%
B = 8.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#30590D (or 0x30590D) is known color: Seaweed. HEX triplet: 30, 59 and 0D. RGB value is (48,89,13). Sum of RGB (Red+Green+Blue) = 48+89+13=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #30590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30590D is #CFA6F2. Grayscale: #444444. Windows color (decimal): -13608691 or 874800. OLE color: 874800.

HSL color Cylindrical-coordinate representation of color #30590D: hue angle of 92.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30590D is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 13 -
CMYK 0.46 0 0.85 0.65
HSL 92.37º 0.75% 0.2% -
HSV(B) 92.37º 0.85% 0.35% -
XYZ 4.86 7.8 1.63 -
YUV 68.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 48 89 13 0.46 0 0.85 0.65 92.37 0.75 0.2
Hex 30 59 D 2E 0 55 41 5C 4B 14
Octal 60 131 15 56 0 125 101 134 113 24
Binary 110000 1011001 1101 101110 0 1010101 1000001 1011100 1001011 10100

Color Harmonies of #30590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30590D

Black with #30590D

Text Example


Text Example

White with #30590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30590D; }

 p { color: rgb(48,89,13); }

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

background-color css

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

 a { background-color: rgb(48,89,13); }

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

border-color css

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

 span { border-color: rgb(48,89,13); }

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