Html Css Color HEX #304914 Seaweed

📋 copy color: '#304914'

red 48 ◦ green 73 ◦ blue 20

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

Shades of Seaweed #304914

Tints of Seaweed #304914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.77%

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 34.04%
G = 51.77%
B = 14.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#304914 (or 0x304914) is known color: Seaweed. HEX triplet: 30, 49 and 14. RGB value is (48,73,20). Sum of RGB (Red+Green+Blue) = 48+73+20=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #304914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304914 is #CFB6EB. Grayscale: #3B3B3B. Windows color (decimal): -13612780 or 1329456. OLE color: 1329456.

HSL color Cylindrical-coordinate representation of color #304914: hue angle of 88.3º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304914 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 20 -
CMYK 0.34 0 0.73 0.71
HSL 88.3º 0.57% 0.18% -
HSV(B) 88.3º 0.73% 0.29% -
XYZ 3.73 5.44 1.52 -
YUV 59.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 48 73 20 0.34 0 0.73 0.71 88.3 0.57 0.18
Hex 30 49 14 22 0 49 47 58 39 12
Octal 60 111 24 42 0 111 107 130 71 22
Binary 110000 1001001 10100 100010 0 1001001 1000111 1011000 111001 10010

Color Harmonies of #304914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304914

Black with #304914

Text Example


Text Example

White with #304914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304914; }

 p { color: rgb(48,73,20); }

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

background-color css

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

 a { background-color: rgb(48,73,20); }

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

border-color css

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

 span { border-color: rgb(48,73,20); }

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