#305749

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

Shades of Spectra #305749

Tints of Spectra #305749

Color information

#305749 (or 0x305749) is unknown color: approx Spectra. HEX triplet: 30, 57 and 49. RGB value is (48,87,73). Sum of RGB (Red+Green+Blue) = 48+87+73=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #305749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305749 is #CFA8B6. Grayscale: #494949. Windows color (decimal): -13609143 or 4806448. OLE color: 4806448.

HSL color Cylindrical-coordinate representation of color #305749: hue angle of 158.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305749 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB488773-
CMYK0.4500.160.66
HSL158.46º28.89%26.47%-
HSV(B)158.46º44.83%34.12%-
XYZ5.837.937.53-
YUV73.74127.58109.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=23.08%
G=41.83%
B=35.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887730.4500.160.66158.4628.8926.47
Hex3057492D010429e1d1a
Octal60127111550201022363532
Binary110000101011110010011011010100001000010100111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305749; }

 p { color: rgb(48,87,73); }

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

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

 a { background-color: rgb(48,87,73); }

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

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

 span { border-color: rgb(48,87,73); }

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