#304023

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

Shades of Seaweed #304023

Tints of Seaweed #304023

Color information

#304023 (or 0x304023) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 23. RGB value is (48,64,35). Sum of RGB (Red+Green+Blue) = 48+64+35=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #304023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304023 is #CFBFDC. Grayscale: #383838. Windows color (decimal): -13615069 or 2310192. OLE color: 2310192.

HSL color Cylindrical-coordinate representation of color #304023: hue angle of 93.1º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304023 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB486435-
CMYK0.2500.450.75
HSL93.1º29.29%19.41%-
HSV(B)93.1º45.31%25.1%-
XYZ3.364.422.27-
YUV55.91116.2122.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=32.65%
G=43.54%
B=23.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864350.2500.450.7593.129.2919.41
Hex3040231902D4B5d1d13
Octal6010043310551131353523
Binary1100001000000100011110010101101100101110111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304023; }

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

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

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

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

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

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

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

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