Html Css Color HEX #304F14 Seaweed

📋 copy color: '#304F14'

red 48 ◦ green 79 ◦ blue 20

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

Shades of Seaweed #304F14

Tints of Seaweed #304F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 53.74%

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

R = 32.65%
G = 53.74%
B = 13.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#304F14 (or 0x304F14) is known color: Seaweed. HEX triplet: 30, 4F and 14. RGB value is (48,79,20). Sum of RGB (Red+Green+Blue) = 48+79+20=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #304F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F14 is #CFB0EB. Grayscale: #3F3F3F. Windows color (decimal): -13611244 or 1330992. OLE color: 1330992.

HSL color Cylindrical-coordinate representation of color #304F14: hue angle of 91.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304F14 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 79 20 -
CMYK 0.39 0 0.75 0.69
HSL 91.53º 0.6% 0.19% -
HSV(B) 91.53º 0.75% 0.31% -
XYZ 4.14 6.27 1.65 -
YUV 63.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 48 79 20 0.39 0 0.75 0.69 91.53 0.6 0.19
Hex 30 4F 14 27 0 4B 45 5C 3C 13
Octal 60 117 24 47 0 113 105 134 74 23
Binary 110000 1001111 10100 100111 0 1001011 1000101 1011100 111100 10011

Color Harmonies of #304F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F14

Black with #304F14

Text Example


Text Example

White with #304F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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