#306850

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

Shades of Spectra #306850

Tints of Spectra #306850

Color information

#306850 (or 0x306850) is unknown color: approx Spectra. HEX triplet: 30, 68 and 50. RGB value is (48,104,80). Sum of RGB (Red+Green+Blue) = 48+104+80=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #306850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306850 is #CF97AF. Grayscale: #545454. Windows color (decimal): -13604784 or 5269552. OLE color: 5269552.

HSL color Cylindrical-coordinate representation of color #306850: hue angle of 154.29º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306850 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB4810480-
CMYK0.5400.230.59
HSL154.29º36.84%29.8%-
HSV(B)154.29º53.85%40.78%-
XYZ7.6211.119.33-
YUV84.52125.45101.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=20.69%
G=44.83%
B=34.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104800.5400.230.59154.2936.8429.8
Hex306850360173B9a251e
Octal6015012066027732324536
Binary110000110100010100001101100101111110111001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306850; }

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

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

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

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

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

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

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

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