#305514

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

Shades of Seaweed #305514

Tints of Seaweed #305514

Color information

#305514 (or 0x305514) is unknown color: approx Seaweed. HEX triplet: 30, 55 and 14. RGB value is (48,85,20). Sum of RGB (Red+Green+Blue) = 48+85+20=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #305514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305514 is #CFAAEB. Grayscale: #424242. Windows color (decimal): -13609708 or 1332528. OLE color: 1332528.

HSL color Cylindrical-coordinate representation of color #305514: hue angle of 94.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305514 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB488520-
CMYK0.4400.760.67
HSL94.15º61.9%20.59%-
HSV(B)94.15º76.47%33.33%-
XYZ4.597.181.8-
YUV66.53101.74114.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=31.37%
G=55.56%
B=13.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885200.4400.760.6794.1561.920.59
Hex3055142C04C435e3e15
Octal60125245401141031367625
Binary110000101010110100101100010011001000011101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305514; }

 p { color: rgb(48,85,20); }

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

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

 a { background-color: rgb(48,85,20); }

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

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

 span { border-color: rgb(48,85,20); }

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