#305310

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

Shades of Seaweed #305310

Tints of Seaweed #305310

Color information

#305310 (or 0x305310) is unknown color: approx Seaweed. HEX triplet: 30, 53 and 10. RGB value is (48,83,16). Sum of RGB (Red+Green+Blue) = 48+83+16=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #305310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305310 is #CFACEF. Grayscale: #414141. Windows color (decimal): -13610224 or 1069872. OLE color: 1069872.

HSL color Cylindrical-coordinate representation of color #305310: hue angle of 91.34º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305310 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB488316-
CMYK0.4200.810.67
HSL91.34º67.68%19.41%-
HSV(B)91.34º80.72%32.55%-
XYZ4.416.851.58-
YUV64.9100.4115.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=32.65%
G=56.46%
B=10.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883160.4200.810.6791.3467.6819.41
Hex3053102A051435b4413
Octal601232052012110313310423
Binary1100001010011100001010100101000110000111011011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305310; }

 p { color: rgb(48,83,16); }

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

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

 a { background-color: rgb(48,83,16); }

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

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

 span { border-color: rgb(48,83,16); }

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