#305311

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

Shades of Seaweed #305311

Tints of Seaweed #305311

Color information

#305311 (or 0x305311) is unknown color: approx Seaweed. HEX triplet: 30, 53 and 11. RGB value is (48,83,17). Sum of RGB (Red+Green+Blue) = 48+83+17=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #305311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305311 is #CFACEE. Grayscale: #414141. Windows color (decimal): -13610223 or 1135408. OLE color: 1135408.

HSL color Cylindrical-coordinate representation of color #305311: hue angle of 91.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305311 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB488317-
CMYK0.4200.800.67
HSL91.82º66%19.61%-
HSV(B)91.82º79.52%32.55%-
XYZ4.416.861.62-
YUV65.01100.9115.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 83 (32.81% from 255) = 56.08%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=32.43%
G=56.08%
B=11.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883170.4200.800.6791.826619.61
Hex3053112A050435c4214
Octal601232152012010313410224
Binary1100001010011100011010100101000010000111011100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305311; }

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

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

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

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

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

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

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

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