#305948

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

Shades of Spectra #305948

Tints of Spectra #305948

Color information

#305948 (or 0x305948) is unknown color: approx Spectra. HEX triplet: 30, 59 and 48. RGB value is (48,89,72). Sum of RGB (Red+Green+Blue) = 48+89+72=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #305948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305948 is #CFA6B7. Grayscale: #4A4A4A. Windows color (decimal): -13608632 or 4741424. OLE color: 4741424.

HSL color Cylindrical-coordinate representation of color #305948: hue angle of 155.12º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305948 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB488972-
CMYK0.4600.190.65
HSL155.12º29.93%26.86%-
HSV(B)155.12º46.07%34.9%-
XYZ5.968.247.41-
YUV74.8126.42108.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=22.97%
G=42.58%
B=34.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889720.4600.190.65155.1229.9326.86
Hex3059482E013419b1e1b
Octal60131110560231012333633
Binary110000101100110010001011100100111000001100110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305948; }

 p { color: rgb(48,89,72); }

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

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

 a { background-color: rgb(48,89,72); }

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

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

 span { border-color: rgb(48,89,72); }

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