#305747

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

Shades of Spectra #305747

Tints of Spectra #305747

Color information

#305747 (or 0x305747) is unknown color: approx Spectra. HEX triplet: 30, 57 and 47. RGB value is (48,87,71). Sum of RGB (Red+Green+Blue) = 48+87+71=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #305747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305747 is #CFA8B8. Grayscale: #494949. Windows color (decimal): -13609145 or 4675376. OLE color: 4675376.

HSL color Cylindrical-coordinate representation of color #305747: hue angle of 155.38º 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 #305747 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB488771-
CMYK0.4500.180.66
HSL155.38º28.89%26.47%-
HSV(B)155.38º44.83%34.12%-
XYZ5.767.97.18-
YUV73.51126.58109.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=23.30%
G=42.23%
B=34.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887710.4500.180.66155.3828.8926.47
Hex3057472D012429b1d1a
Octal60127107550221022333532
Binary110000101011110001111011010100101000010100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305747; }

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

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

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

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

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

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

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

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