#304F14

Color #304F14 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #304F14

Tints of Seaweed #304F14

Color information

#304F14 (or 0x304F14) is unknown color: approx 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

RGB487920-
CMYK0.3900.750.69
HSL91.53º59.6%19.41%-
HSV(B)91.53º74.68%30.98%-
XYZ4.146.271.65-
YUV63103.73117.3-

RGB Variations

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

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.20% from 255) = 13.61%
R=32.65%
G=53.74%
B=13.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879200.3900.750.6991.5359.619.41
Hex304F142704B455c3c13
Octal60117244701131051347423
Binary110000100111110100100111010010111000101101110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>