#304C12

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

Shades of Seaweed #304C12

Tints of Seaweed #304C12

Color information

#304C12 (or 0x304C12) is unknown color: approx Seaweed. HEX triplet: 30, 4C and 12. RGB value is (48,76,18). Sum of RGB (Red+Green+Blue) = 48+76+18=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #304C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C12 is #CFB3ED. Grayscale: #3D3D3D. Windows color (decimal): -13612014 or 1199152. OLE color: 1199152.

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

Color convert

RGB487618-
CMYK0.3700.760.70
HSL88.97º61.7%18.43%-
HSV(B)88.97º76.32%29.8%-
XYZ3.915.841.49-
YUV61.02103.72118.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 76 (30.08% from 255) = 53.52%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=33.80%
G=53.52%
B=12.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876180.3700.760.7088.9761.718.43
Hex304C122504C46593e12
Octal60114224501141061317622
Binary110000100110010010100101010011001000110101100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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