#304D12

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

Shades of Seaweed #304D12

Tints of Seaweed #304D12

Color information

#304D12 (or 0x304D12) is unknown color: approx Seaweed. HEX triplet: 30, 4D and 12. RGB value is (48,77,18). Sum of RGB (Red+Green+Blue) = 48+77+18=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #304D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304D12 is #CFB2ED. Grayscale: #3D3D3D. Windows color (decimal): -13611758 or 1199408. OLE color: 1199408.

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

Color convert

RGB487718-
CMYK0.3800.770.70
HSL89.49º62.11%18.63%-
HSV(B)89.49º76.62%30.2%-
XYZ3.985.981.52-
YUV61.6103.39118.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 77 (30.47% from 255) = 53.85%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=33.57%
G=53.85%
B=12.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877180.3800.770.7089.4962.1118.63
Hex304D122604D46593e13
Octal60115224601151061317623
Binary110000100110110010100110010011011000110101100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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