#305015

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

Shades of Seaweed #305015

Tints of Seaweed #305015

Color information

#305015 (or 0x305015) is unknown color: approx Seaweed. HEX triplet: 30, 50 and 15. RGB value is (48,80,21). Sum of RGB (Red+Green+Blue) = 48+80+21=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #305015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305015 is #CFAFEA. Grayscale: #3F3F3F. Windows color (decimal): -13610987 or 1396784. OLE color: 1396784.

HSL color Cylindrical-coordinate representation of color #305015: hue angle of 92.54º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305015 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB488021-
CMYK0.4000.740.69
HSL92.54º58.42%19.8%-
HSV(B)92.54º73.75%31.37%-
XYZ4.226.421.73-
YUV63.71103.9116.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=32.21%
G=53.69%
B=14.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880210.4000.740.6992.5458.4219.8
Hex3050152804A455d3a14
Octal60120255001121051357224
Binary110000101000010101101000010010101000101101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305015; }

 p { color: rgb(48,80,21); }

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

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

 a { background-color: rgb(48,80,21); }

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

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

 span { border-color: rgb(48,80,21); }

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