#304123

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

Shades of Seaweed #304123

Tints of Seaweed #304123

Color information

#304123 (or 0x304123) is unknown color: approx Seaweed. HEX triplet: 30, 41 and 23. RGB value is (48,65,35). Sum of RGB (Red+Green+Blue) = 48+65+35=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #304123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304123 is #CFBEDC. Grayscale: #383838. Windows color (decimal): -13614813 or 2310448. OLE color: 2310448.

HSL color Cylindrical-coordinate representation of color #304123: hue angle of 94º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304123 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB486535-
CMYK0.2600.460.75
HSL94º30%19.61%-
HSV(B)94º46.15%25.49%-
XYZ3.414.532.28-
YUV56.5115.87121.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=32.43%
G=43.92%
B=23.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865350.2600.460.75943019.61
Hex3041231A02E4B5e1e14
Octal6010143320561131363624
Binary1100001000001100011110100101110100101110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304123; }

 p { color: rgb(48,65,35); }

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

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

 a { background-color: rgb(48,65,35); }

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

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

 span { border-color: rgb(48,65,35); }

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