#304B18

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

Shades of Seaweed #304B18

Tints of Seaweed #304B18

Color information

#304B18 (or 0x304B18) is unknown color: approx Seaweed. HEX triplet: 30, 4B and 18. RGB value is (48,75,24). Sum of RGB (Red+Green+Blue) = 48+75+24=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #304B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B18 is #CFB4E7. Grayscale: #3D3D3D. Windows color (decimal): -13612264 or 1592112. OLE color: 1592112.

HSL color Cylindrical-coordinate representation of color #304B18: hue angle of 91.76º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #304B18 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB487524-
CMYK0.3600.680.71
HSL91.76º51.52%19.41%-
HSV(B)91.76º68%29.41%-
XYZ3.95.731.76-
YUV61.11107.05118.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 75 (29.69% from 255) = 51.02%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=32.65%
G=51.02%
B=16.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875240.3600.680.7191.7651.5219.41
Hex304B1824044475c3413
Octal60113304401041071346423
Binary110000100101111000100100010001001000111101110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,75,24); }

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

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

 a { background-color: rgb(48,75,24); }

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

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

 span { border-color: rgb(48,75,24); }

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