#306950

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

Shades of Spectra #306950

Tints of Spectra #306950

Color information

#306950 (or 0x306950) is unknown color: approx Spectra. HEX triplet: 30, 69 and 50. RGB value is (48,105,80). Sum of RGB (Red+Green+Blue) = 48+105+80=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #306950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306950 is #CF96AF. Grayscale: #555555. Windows color (decimal): -13604528 or 5269808. OLE color: 5269808.

HSL color Cylindrical-coordinate representation of color #306950: hue angle of 153.68º 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 #306950 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB4810580-
CMYK0.5400.240.59
HSL153.68º37.25%30%-
HSV(B)153.68º54.29%41.18%-
XYZ7.7211.319.37-
YUV85.11125.12101.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=20.60%
G=45.06%
B=34.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105800.5400.240.59153.6837.2530
Hex306950360183B9a251e
Octal6015112066030732324536
Binary110000110100110100001101100110001110111001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306950; }

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

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

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

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

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

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

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

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