#304f15

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

Shades of Seaweed #304F15

Tints of Seaweed #304F15

Color information

#304F15 (or 0x304F15) is unknown color: approx Seaweed. HEX triplet: 30, 4F and 15. RGB value is (48,79,21). Sum of RGB (Red+Green+Blue) = 48+79+21=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #304F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F15 is #CFB0EA. Grayscale: #3F3F3F. Windows color (decimal): -13611243 or 1396528. OLE color: 1396528.

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

Color convert

RGB487921-
CMYK0.3900.730.69
HSL92.07º58%19.61%-
HSV(B)92.07º73.42%30.98%-
XYZ4.156.271.7-
YUV63.12104.23117.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 79 (31.25% from 255) = 53.38%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=32.43%
G=53.38%
B=14.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879210.3900.730.6992.075819.61
Hex304F1527049455c3a14
Octal60117254701111051347224
Binary110000100111110101100111010010011000101101110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #304f15;
 }
 .AnyTagClassName
 {
   color: #304f15;
 }
</style>
background-color css

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

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

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

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

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

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