Html Css Color HEX #304A19 Seaweed

📋 copy color: '#304A19'

red 48 ◦ green 74 ◦ blue 25

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

Shades of Seaweed #304A19

Tints of Seaweed #304A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.34%

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 32.65%
G = 50.34%
B = 17.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#304A19 (or 0x304A19) is known color: Seaweed. HEX triplet: 30, 4A and 19. RGB value is (48,74,25). Sum of RGB (Red+Green+Blue) = 48+74+25=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #304A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304A19 is #CFB5E6. Grayscale: #3C3C3C. Windows color (decimal): -13612519 or 1657392. OLE color: 1657392.

HSL color Cylindrical-coordinate representation of color #304A19: hue angle of 91.84º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304A19 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 74 25 -
CMYK 0.35 0 0.66 0.71
HSL 91.84º 0.49% 0.19% -
HSV(B) 91.84º 0.66% 0.29% -
XYZ 3.84 5.6 1.8 -
YUV 60.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 48 74 25 0.35 0 0.66 0.71 91.84 0.49 0.19
Hex 30 4A 19 23 0 42 47 5C 31 13
Octal 60 112 31 43 0 102 107 134 61 23
Binary 110000 1001010 11001 100011 0 1000010 1000111 1011100 110001 10011

Color Harmonies of #304A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A19

Black with #304A19

Text Example


Text Example

White with #304A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304A19; }

 p { color: rgb(48,74,25); }

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

background-color css

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

 a { background-color: rgb(48,74,25); }

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

border-color css

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

 span { border-color: rgb(48,74,25); }

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