#304022

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

Shades of Seaweed #304022

Tints of Seaweed #304022

Color information

#304022 (or 0x304022) is unknown color: approx Seaweed. HEX triplet: 30, 40 and 22. RGB value is (48,64,34). Sum of RGB (Red+Green+Blue) = 48+64+34=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #304022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304022 is #CFBFDD. Grayscale: #373737. Windows color (decimal): -13615070 or 2244656. OLE color: 2244656.

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

Color convert

RGB486434-
CMYK0.2500.470.75
HSL92º30.61%19.22%-
HSV(B)92º46.88%25.1%-
XYZ3.344.412.19-
YUV55.8115.7122.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=32.88%
G=43.84%
B=23.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864340.2500.470.759230.6119.22
Hex3040221902F4B5c1f13
Octal6010042310571131343723
Binary1100001000000100010110010101111100101110111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304022; }

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

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

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

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

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

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

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

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