#304C15

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

Shades of Seaweed #304C15

Tints of Seaweed #304C15

Color information

#304C15 (or 0x304C15) is unknown color: approx Seaweed. HEX triplet: 30, 4C and 15. RGB value is (48,76,21). Sum of RGB (Red+Green+Blue) = 48+76+21=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #304C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C15 is #CFB3EA. Grayscale: #3D3D3D. Windows color (decimal): -13612011 or 1395760. OLE color: 1395760.

HSL color Cylindrical-coordinate representation of color #304C15: hue angle of 90.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304C15 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.

Color convert

RGB487621-
CMYK0.3700.720.70
HSL90.55º56.7%19.02%-
HSV(B)90.55º72.37%29.8%-
XYZ3.945.851.63-
YUV61.36105.22118.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=33.10%
G=52.41%
B=14.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876210.3700.720.7090.5556.719.02
Hex304C1525048465b3913
Octal60114254501101061337123
Binary110000100110010101100101010010001000110101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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